Browse Source

提交修改

yun
douzhuo 2 years ago
parent
commit
1fa3557920
2 changed files with 5 additions and 5 deletions
  1. +3
    -3
      manifest.json
  2. +2
    -2
      utils/domain.js

+ 3
- 3
manifest.json View File

@@ -1,7 +1,7 @@
{ {
"name" : "AI营销辅助",
"name" : "去房智控管家",
"appid" : "__UNI__7A1611D", "appid" : "__UNI__7A1611D",
"description" : "AI营销助理",
"description" : "去房智控管家",
"versionName" : "1.1.0", "versionName" : "1.1.0",
"versionCode" : "100", "versionCode" : "100",
"transformPx" : false, "transformPx" : false,
@@ -91,7 +91,7 @@
}, },
"quickapp" : {}, "quickapp" : {},
"mp-weixin" : { "mp-weixin" : {
"appid" : "wx5700a3ff66ea4e4c",
"appid" : "wx8f883dca5ecc5510",
"setting" : { "setting" : {
"urlCheck" : false, "urlCheck" : false,
"es6" : true, "es6" : true,


+ 2
- 2
utils/domain.js View File

@@ -1,12 +1,12 @@
// http.js使用域名 // http.js使用域名
// const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 最新测试
const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 最新测试
// const baseUrl = 'http://192.168.31.148:8080/api';// 泽明 // const baseUrl = 'http://192.168.31.148:8080/api';// 泽明
// const baseUrl = 'http://127.0.0.1:8080/autoSR/api'; // 本地 // const baseUrl = 'http://127.0.0.1:8080/autoSR/api'; // 本地
// const baseUrl = 'http://192.168.31.161:8080/autoSR/api'; // 长龙 // const baseUrl = 'http://192.168.31.161:8080/autoSR/api'; // 长龙
// const baseUrl = 'http://192.168.31.86:9090/api'; // 盛浩 // const baseUrl = 'http://192.168.31.86:9090/api'; // 盛浩
// const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 // const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式
// const baseUrl = 'https://hfju.com/api'; // 数智正式 // const baseUrl = 'https://hfju.com/api'; // 数智正式
const baseUrl = 'https://xitong.pachira.cn/api'; // AI营销辅助 普强使用
// const baseUrl = 'https://xitong.pachira.cn/api'; // AI营销辅助 普强使用




// config使用域名 // config使用域名


Loading…
Cancel
Save