diff --git a/manifest.json b/manifest.json index 7f3ffe8..024886c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name" : "AI销讲助手", + "name" : "AI销管", "appid" : "__UNI__7A1611D", "description" : "AI销讲助手", "versionName" : "1.1.0", @@ -91,7 +91,7 @@ }, "quickapp" : {}, "mp-weixin" : { - "appid" : "wx83fec12ec03d9349", + "appid" : "wxd6dd7eae72606ca2", "setting" : { "urlCheck" : false, "es6" : true, diff --git a/utils/domain.js b/utils/domain.js index 70f19ed..8dff224 100644 --- a/utils/domain.js +++ b/utils/domain.js @@ -1,9 +1,9 @@ -// const base = 'http://81.70.55.170:9999' ;// 测试站 +const base = 'http://81.70.55.170:9999' ;// 测试站 // const base = 'http://8kdmng.natappfree.cc' ;// 佳豪 // const base = 'http://192.168.31.86:9999' ;// 胜浩 // const base = 'http://192.168.31.167:9999' // 长龙 // const base = 'https://zanyong.hfju.com';// 正式 AI销管 -const base = 'https://hxz.quhouse.com';// 正式 AI销讲助手 +// const base = 'https://hxz.quhouse.com';// 正式 AI销讲助手 // http.js使用 const baseUrl = `${base}/autoSR/api`;