You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
781 B
32 lines
781 B
/**
|
|
*@description 页面通用引用
|
|
* */
|
|
|
|
import img0 from '@/assets/images/map/0.png'
|
|
import img0h from '@/assets/images/map/0h.png'
|
|
import img1 from '@/assets/images/map/1.png'
|
|
import img1h from '@/assets/images/map/1h.png'
|
|
import img4 from '@/assets/images/map/4.png'
|
|
import img4h from '@/assets/images/map/4h.png'
|
|
import img7 from '@/assets/images/map/7.png'
|
|
import img7h from '@/assets/images/map/7h.png'
|
|
import dictionary from './character.config.js'
|
|
import moment from "moment";
|
|
import utils from "./utils.js";
|
|
|
|
const formSelectLocationType = [
|
|
{
|
|
text: '按区域分组',
|
|
value: '1',
|
|
keyName: 'need_type',
|
|
isPersonCollect: false
|
|
}
|
|
]
|
|
|
|
export {
|
|
img0,img0h,img1,img1h,img4,img4h,img7,img7h,
|
|
dictionary,
|
|
formSelectLocationType,
|
|
moment,
|
|
utils
|
|
}
|