chenzhiguang 4 лет назад
Родитель
Сommit
ab6f533b9f
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      code/src/pages/index/index.vue
  2. 1 1
      code/src/utils/http.js

+ 1 - 1
code/src/pages/index/index.vue

@@ -32,7 +32,7 @@ import history from '@/pages/history'
 import bg from '@/components/background'
 
 
-let temp = ''
+let temp = 'http://221.4.210.172:10081/'
 const outKey = "791"
 const inKey = "762"
 

+ 1 - 1
code/src/utils/http.js

@@ -8,7 +8,7 @@ var isProduction = process.env.NODE_ENV === 'production'
 // 配置请求域名
 
 // const serverName = isProduction ? '' : 'http://192.168.0.207:8100'
-const serverName = isProduction ? '/' : 'http://192.168.0.44:8110/'
+const serverName = isProduction ? '/' : 'http://221.4.210.172:10081/'
 // http://192.168.0.44:8100/web/index.html#/
 
 const serverLocation = window.location.hostname