From 15c0066a2a6a860a05561c7d303110585188d866 Mon Sep 17 00:00:00 2001 From: dai_siki <851733175@qq.com> Date: Sat, 5 Nov 2022 17:38:00 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=AF=95=E8=AF=95=E5=90=A7=E5=93=88?= =?UTF-8?q?=E5=93=88=E5=93=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- src/views/modules/visual/basicinfo/basicInfoMain.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index d1c8a3e7c..e6ba13a97 100644 --- a/.env.development +++ b/.env.development @@ -1,9 +1,9 @@ NODE_ENV=development -VUE_APP_API_SERVER = http://192.168.1.140/api +# VUE_APP_API_SERVER = http://192.168.1.140/api # VUE_APP_API_SERVER = https://epmet-yantai.elinkservice.cn/api # VUE_APP_API_SERVER = https://epmet-test.elinkservice.cn/api -# VUE_APP_API_SERVER = https://epmet-cloud.elinkservice.cn/api +VUE_APP_API_SERVER = https://epmet-cloud.elinkservice.cn/api # VUE_APP_API_SERVER = https://epdc-shibei.elinkservice.cn/api # VUE_APP_API_SERVER = https://epmet-dev.elinkservice.cn:41080/api # VUE_APP_API_SERVER = https://epmet-dev.elinkservice.cn/api diff --git a/src/views/modules/visual/basicinfo/basicInfoMain.vue b/src/views/modules/visual/basicinfo/basicInfoMain.vue index 0a27a1144..1300abe8b 100644 --- a/src/views/modules/visual/basicinfo/basicInfoMain.vue +++ b/src/views/modules/visual/basicinfo/basicInfoMain.vue @@ -198,7 +198,7 @@ export default { console.log("orgId", queryOrgId); if(queryOrgId){ this.orgId = queryOrgId - this.orgLevel = queryOrgLevel || 'community' + this.orgLevel = queryOrgLevel || 'agency' } From 04a83254d42044d35a6e7bbb7b7e60b2f10fe9d5 Mon Sep 17 00:00:00 2001 From: dai_siki <851733175@qq.com> Date: Sat, 5 Nov 2022 17:38:29 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E8=AF=95=E8=AF=95?= =?UTF-8?q?=E5=93=88=E5=93=88=E5=93=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/visual/basicinfo/basicInfoMain.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/visual/basicinfo/basicInfoMain.vue b/src/views/modules/visual/basicinfo/basicInfoMain.vue index 0a27a1144..1300abe8b 100644 --- a/src/views/modules/visual/basicinfo/basicInfoMain.vue +++ b/src/views/modules/visual/basicinfo/basicInfoMain.vue @@ -198,7 +198,7 @@ export default { console.log("orgId", queryOrgId); if(queryOrgId){ this.orgId = queryOrgId - this.orgLevel = queryOrgLevel || 'community' + this.orgLevel = queryOrgLevel || 'agency' }