From d40b3f1a827510afc2228c095d4cf60ead919c46 Mon Sep 17 00:00:00 2001 From: tx <2622874537@qq.com> Date: Sat, 31 Aug 2024 18:05:20 +0800 Subject: [PATCH] 11 --- common/http.interceptor.js | 6 +++--- manifest.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/http.interceptor.js b/common/http.interceptor.js index 2d6606f..d55f0f7 100644 --- a/common/http.interceptor.js +++ b/common/http.interceptor.js @@ -1,13 +1,13 @@ const install = (Vue, vm) => { - uni.setStorageSync('deptId', 101); + uni.setStorageSync('deptId', 100); Vue.prototype.$u.http.setConfig({ // baseUrl: 'http://61.174.243.28:15861', // baseUrl: 'http://192.168.2.46:8080', - // baseUrl: 'https://che.chuangtewl.com/prod-api', + baseUrl: 'https://che.chuangtewl.com/prod-api', // 测试环境 - baseUrl: 'https://dianche.chuantewulian.cn/prod-api', + // baseUrl: 'https://dianche.chuantewulian.cn/prod-api', // 俞山岛 // baseUrl: 'https://dche.ccttiot.com/prod-api', // 创特 diff --git a/manifest.json b/manifest.json index 5b8abf7..3106710 100644 --- a/manifest.json +++ b/manifest.json @@ -51,7 +51,7 @@ /* 小程序特有相关 */ "mp-weixin" : { "libVersion" : "latest", - "appid" : "wx4d178f8c80348214", + "appid" : "wx3428c498d5061192", "setting" : { "urlCheck" : false, "minified" : true