From 6a7b01c93d54df4972ea2d1aff23a70bb176aba0 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Wed, 19 Jan 2022 14:58:59 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=91-=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E7=8E=AF=E5=A2=83=E7=9A=84=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=A1=B9=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/js/project.config.js | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/assets/js/project.config.js b/assets/js/project.config.js index 1325d30..e92dc40 100644 --- a/assets/js/project.config.js +++ b/assets/js/project.config.js @@ -1,12 +1,15 @@ // export const appId = 'wx322b63d1e6ff4765' -export const appId = 'wx457dfcb58fd556ea'// fcc +// export const appId = 'wx457dfcb58fd556ea'// fcc +export const appId = 'wxc96e7d1dc37a17c8'// 客户环境 // export const appName = '来款测试demo' -export const appName = 'zoey来款测试demo'// fcc +// export const appName = 'zoey来款测试demo'// fcc +export const appName = '汽车标准化工作平台'// 客户环境 + // export let baseUrl = 'https://bxxt.hzwlsoft.com' // 外网环境 // export let baseUrl = 'http://10.10.10.46:8055/' // 测试环境 -export const baseUrl = 'http://10.0.1.18:8080' // 本地环境 -// export const baseUrl = 'http://cwp.catarc.org.cn' // 本地环境 +// export const baseUrl = 'http://10.0.1.18:8080' // 本地环境 +export const baseUrl = 'https://cwp.catarc.org.cn' // 客户环境 export const URL_CONFIG = '/jero-boot/' @@ -14,4 +17,4 @@ export const URL_CONFIG = '/jero-boot/' export const appletName = "汽车标准化工作平台" // 传 secret接口 参数 fcc - dev 客户 -- prod -export const type = 'dev' +export const type = 'prod'