|
@@ -5,6 +5,6 @@ ENV = 'development'
|
|
|
# 线上:http://8.141.159.100:8443
|
|
|
# 本地:http://192.168.31.230:6301
|
|
|
# VUE_APP_BASE_API = 'http://192.168.31.230:6301'
|
|
|
-VUE_APP_BASE_API = 'http://localhost:8000'
|
|
|
+VUE_APP_BASE_API = 'http://observe-server.cestong.com.cn'
|
|
|
VUE_APP_ANOTHER_BASE_URL = 'http://app.cestong.com.cn'
|
|
|
|