Commit ee9ca938631a504af187e1c2021dd426d4d5a668

Authored by 史婷婷
1 parent ee8da534

feat: baseUrl更改

Showing 1 changed file with 3 additions and 3 deletions
@@ -4,7 +4,7 @@ module.exports = { @@ -4,7 +4,7 @@ module.exports = {
4 themeColor: '#3d48a3', 4 themeColor: '#3d48a3',
5 5
6 // baseUrl: 'http://ft.wecando21cn.com/api', 6 // baseUrl: 'http://ft.wecando21cn.com/api',
7 - baseUrl: 'http://gjtd.ahcjxc.com/api', 7 + baseUrl: 'http://gjtd.ahcjxc.com:81/api',
8 // baseUrl: 'http://127.0.0.1:8085', 8 // baseUrl: 'http://127.0.0.1:8085',
9 // 应用信息 9 // 应用信息
10 appInfo: { 10 appInfo: {
@@ -31,10 +31,10 @@ module.exports = { @@ -31,10 +31,10 @@ module.exports = {
31 } 31 }
32 ] 32 ]
33 }, 33 },
34 - 34 +
35 loginInfo: { 35 loginInfo: {
36 userName: "", 36 userName: "",
37 password: "", 37 password: "",
38 - 38 +
39 } 39 }
40 } 40 }