Commit 988dc291dab1c90cccbee927082646734fba9aef

Authored by fengtao
1 parent 93dcad02

fix:app端未添加基础api路径

Showing 1 changed file with 1 additions and 0 deletions
... ... @@ -10,6 +10,7 @@ if (process.env.NODE_ENV === 'development') {
10 10 } else if (process.env.NODE_ENV === 'production') {
11 11 // 生产环境
12 12 // baseUrl = 'http://47.99.141.212:8080/api'
  13 + baseUrl = 'https://dev.thingskit.com/api'
13 14 }
14 15
15 16 let systemInfo = {
... ...