From 2fac29201b8fa25028eee03eae63aace4c904388 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Mon, 25 Jul 2022 14:56:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++-- utils/domain.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 8fc9fb1..1c353b5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name" : "AI销管", + "name" : "AI销讲助手", "appid" : "__UNI__7A1611D", "description" : "AI销讲助手", "versionName" : "1.1.0", @@ -72,7 +72,7 @@ }, "quickapp" : {}, "mp-weixin" : { - "appid" : "wxd6dd7eae72606ca2", + "appid" : "wx83fec12ec03d9349", "setting" : { "urlCheck" : false, "es6" : true, diff --git a/utils/domain.js b/utils/domain.js index f24d09c..922daea 100644 --- a/utils/domain.js +++ b/utils/domain.js @@ -1,10 +1,10 @@ -const base = 'http://81.70.55.170:9999'; // 测试站 +// const base = 'http://81.70.55.170:9999'; // 测试站 // const base = 'http://127.0.0.1:9999'; // 本地 // const base = 'http://192.168.31.148:9999' ;// 泽明 // const base = 'http://192.168.31.94:9999' ;// 胜浩 // const base = 'http://192.168.31.161: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`;