From 9f2d4d5feee4a323a4e06ad6eca99b8a46e987a7 Mon Sep 17 00:00:00 2001 From: Apcallover <1503963513@qq.com> Date: Mon, 6 May 2024 17:47:14 +0800 Subject: [PATCH] flat: zanc --- src/views/manage/station/mainList.vue | 3 ++- vue.config.js | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/manage/station/mainList.vue b/src/views/manage/station/mainList.vue index 67bfe77..2a403ab 100644 --- a/src/views/manage/station/mainList.vue +++ b/src/views/manage/station/mainList.vue @@ -266,9 +266,10 @@ export default { prop: "nature", type: 'select', dicUrl: "/api/jobslink-api/system/dict-biz/dictionary?code=company_nature", + dataType: "number", props: { label: "dictValue", - value: "dictkey", + value: "dictKey", }, // dicData: companyEnum, rules: [ diff --git a/vue.config.js b/vue.config.js index 02d1d9a..30536d1 100644 --- a/vue.config.js +++ b/vue.config.js @@ -23,11 +23,11 @@ module.exports = { port: 1888, proxy: { "/api": { - target: 'http://192.168.1.101:8200', + target: 'http://10.165.0.173:8000', ws: true, changeOrigin: true, pathRewrite: { - '^/api/jobslink-api': '/' + '^/api': '/' } }, "/qq/map": {