From 286cbefdee9c358bbdbfc4a19b3cbf087c6816e3 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Wed, 3 Sep 2025 09:11:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=80=E5=8F=91=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E4=BD=BF=E7=94=A8=E6=9C=AC=E5=9C=B0=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=EF=BC=8C=E5=85=B3=E9=97=AD=E6=9C=AA=E7=99=BB=E5=BD=95=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E9=BB=98=E8=AE=A4=E5=8F=AF=E5=BD=95=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/profile/profile.vue | 2 +- utils/request.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/profile/profile.vue b/pages/profile/profile.vue index 9b6f777..0e23aa4 100644 --- a/pages/profile/profile.vue +++ b/pages/profile/profile.vue @@ -160,7 +160,7 @@ export default { CustomerList: [], loading: false, isAgent: false, - isSysAdmin: true, + isSysAdmin: false, } }, diff --git a/utils/request.js b/utils/request.js index cac08ed..0af28a3 100644 --- a/utils/request.js +++ b/utils/request.js @@ -18,8 +18,8 @@ import { const ENV_CONFIG = { develop: { // 开发环境 - // baseUrl: 'http://192.168.2.174:4501', - baseUrl: 'https://chu.chuangtewl.com/prod-api', + // baseUrl: 'http://192.168.2.13:4601', + baseUrl: 'http://192.168.2.13:4601', appId: 1, }, trial: {