hookehuyr

联系我们页面数据请求方式优化调整,为后面调整做准备

......@@ -24,6 +24,7 @@
"dayjs": "^1.11.13",
"element-ui": "^2.15.14",
"jquery": "^3.7.1",
"lodash-es": "^4.17.21",
"mui-player": "^1.8.1",
"object-fit-images": "^3.2.4",
"sass": "1.55.0",
......
const tel = [{
area: '全 国',
list: [{
area: 'LSM/智能化产品事业部',
name: '贺先生',
tel: ['13817300169']
}, {
area: '发电行业',
name: '许先生',
tel: ['13910422245']
}]
}, {
area: '华 东',
list: [{
area: '合肥',
name: '丁先生',
tel: ['15155181380']
}, {
area: '南京 苏北 无锡 苏州',
name: '葛先生',
tel: ['18662188718']
}, {
area: '上海',
name: '侯女士',
tel: ['18621185022']
}, {
area: '杭州',
name: '谢先生',
tel: ['18657575776']
}, {
area: '宁波',
name: '李女士',
tel: ['13819421866']
}]
}, {
area: '华 南',
list: [{
area: '广州 佛山 顺德 茂名 湛江 韶关 海南',
name: '座机',
tel: ['020-31650557']
}, {
area: '深圳 惠州',
name: '座机',
tel: ['0755-82559248', '020-31650557']
}, {
area: '珠海 东莞 中山',
name: '王先生',
tel: ['15900247733']
}, {
area: '汕头 汕尾 潮州',
name: '陈先生',
tel: ['15817966395']
}, {
area: '福建省',
name: '林先生',
tel: ['18650180767']
}]
}, {
area: '北 区',
list: [{
area: '北京',
name: '座机',
tel: ['010-84535251', '010-84535112']
}, {
area: '京津 内蒙',
name: '孙先生',
tel: ['13911009923']
}, {
area: '辽宁',
name: '马先生',
tel: ['18940112000']
}, {
area: '吉林 黑龙江',
name: '郭女士',
tel: ['13394492511']
}, {
area: '河北 山西',
name: '明女士',
tel: ['13832171806']
}, {
area: '济南 烟台',
name: '张先生',
tel: ['13608967713']
}, {
area: '青岛',
name: '岳先生',
tel: ['13608965895']
}]
}, {
area: '华 中',
list: [{
area: '湖北',
name: '余先生',
tel: ['13607118550']
}, {
area: '13607118550',
name: '祝先生',
tel: ['13507421625']
}, {
area: '河南',
name: '座机',
tel: ['0731-84416348']
}]
}, {
area: '西 南',
list: [{
area: '四川 重庆 贵州 云南 西藏',
name: '雷先生',
tel: ['13908221121']
}]
}]
export default tel;
This diff is collapsed. Click to expand it.
......@@ -2186,6 +2186,11 @@ local-pkg@^0.5.0:
mlly "^1.4.2"
pkg-types "^1.0.3"
lodash-es@^4.17.21:
version "4.17.21"
resolved "https://mirrors.cloud.tencent.com/npm/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee"
integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==
lodash.debounce@^4.0.8:
version "4.0.8"
resolved "https://mirrors.cloud.tencent.com/npm/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
......