diff --git a/common/dic.js b/common/dic.js index b37a170..0ba1d3d 100644 --- a/common/dic.js +++ b/common/dic.js @@ -367,41 +367,69 @@ const workwageUnitCategoryState = [ const addressColumn = [ [{ + value: '1500', + label: "五道岗乡" + }, + { + value: '700', + label: "土龙山镇" + }, + { + value: '1400', + label: "大八浪乡" + }, + { + value: '800', + label: "孟家岗镇" + }, + { + value: '1300', + label: "明义乡" + }, + { + value: '1700', + label: "曙光农场" + }, + { + value: '1000', + label: "柳毛河镇" + }, + { value: '4', - label: "馆陶县" + label: "桦南县" }, { - value: '5', - label: "馆陶镇" + value: '1600', + label: "桦南林业局" }, { - value: '6', - label: "房寨镇" + value: '1800', + label: "桦南种畜场" }, { - value: '7', - label: "魏僧寨镇" + value: '600', + label: "桦南镇" }, { - value: '8', - label: "柴堡镇" + value: '1200', + label: "梨树乡" }, { - value: '9', - label: "寿山寺" + value: '500', + label: "石头河子镇" }, { - value: '10', - label: " 王桥乡" + value: '1100', + label: "金沙乡" }, { - value: '11', - label: "路桥乡" + value: '900', + label: "阎家镇" }, { - value: '12', - label: "南徐村乡" - }, + value: '400', + label: "驼腰子镇" + } ] ] diff --git a/pages.json b/pages.json index 13d8311..42f01d4 100644 --- a/pages.json +++ b/pages.json @@ -79,7 +79,7 @@ { "path": "pages/project/newProject", "style": { - "navigationBarTitleText": "馆陶县灵活就业平台", + "navigationBarTitleText": "华楠县灵活就业平台", "navigationBarBackgroundColor": "#FFFFFF", "enablePullDownRefresh": true } diff --git a/pages/index/index.vue b/pages/index/index.vue index 80c2b05..dafa7af 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,1002 +1,1003 @@ - - - - - \ No newline at end of file diff --git a/pages/market/market.vue b/pages/market/market.vue index c9adb61..f4264a8 100644 --- a/pages/market/market.vue +++ b/pages/market/market.vue @@ -1,227 +1,225 @@ - - - - - \ No newline at end of file + + + + + diff --git a/pages/project/project.vue b/pages/project/project.vue index 8d64523..9c571c6 100644 --- a/pages/project/project.vue +++ b/pages/project/project.vue @@ -12,7 +12,7 @@ - 馆陶县地图服务 + 华楠县地图服务 diff --git a/static/img/index/inLogo.png b/static/img/index/inLogo.png index 94c1154..f10ce0d 100644 Binary files a/static/img/index/inLogo.png and b/static/img/index/inLogo.png differ diff --git a/static/img/index/inLogo33.png b/static/img/index/inLogo33.png new file mode 100644 index 0000000..94c1154 Binary files /dev/null and b/static/img/index/inLogo33.png differ diff --git a/store/models/face.js b/store/models/face.js index c040ab7..4f7ab16 100644 --- a/store/models/face.js +++ b/store/models/face.js @@ -10,7 +10,7 @@ export default { }) !== false, homeTitle: getStore({ name: 'homeTitle' - }) || '管陶县智慧就业服务平台' + }) || '华楠县智慧就业服务平台' }, actions: {}, mutations: { diff --git a/vue.config.js b/vue.config.js index 696a972..dca633e 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,11 +7,11 @@ module.exports = { proxy: { '/api': { // target: 'http://192.168.1.115:8000', - target: 'http://39.98.184.58:8000', + target: 'http://39.98.184.58:88', ws: true, - pathRewrite: { - '^/api': '/' - } + // pathRewrite: { + // '^/api': '/' + // } }, '/qq/map': { //本地服务接口地址