Browse Source

消息

dev
jyt 2 years ago
parent
commit
b5adb3826e
2 changed files with 4 additions and 2 deletions
  1. +1
    -1
      manifest.json
  2. +3
    -1
      utils/domain.js

+ 1
- 1
manifest.json View File

@@ -1,5 +1,5 @@
{
"name" : "去房控管家",
"name" : "去房控管家",
"appid" : "__UNI__D88F14A",
"description" : "AI营销助理",
"versionName" : "1.1.0",


+ 3
- 1
utils/domain.js View File

@@ -1,7 +1,9 @@
// http.js使用域名
// const baseUrl = 'http://192.168.31.57:8080/autoSR/api';// 本地
// const baseUrl = 'http://121.42.63.138:9091/autoSR/api';// 测试站
const baseUrl = 'http://192.168.31.89:9090/api';// sh
// const baseUrl = 'http://192.168.31.89:9090/api';// sh
const baseUrl = 'http://121.42.63.138:9091/autoSR/api';// 测试站
// const baseUrl = 'http://192.168.31.92:8080/api';// sh
// const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 测试站
// const baseUrl = 'http://192.168.31.167:8080/autoSR/api'; // 长龙
// const baseUrl = 'http://192.168.31.134:8080/autoSR/api'; // 佳豪


Loading…
Cancel
Save