Bläddra i källkod

feat:修改servername为正式环境

xzh 4 år sedan
förälder
incheckning
6edafd4a16
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      pc/src/main.js

+ 1 - 1
pc/src/main.js

@@ -21,7 +21,7 @@ Vue.prototype.$http = axios
 // Vue.prototype.$serverName = 'http://192.168.0.10:8080/'
 // Vue.prototype.$serverName = 'https://www.4dkankan.com/'
 
-Vue.prototype.$serverName = 'https://test.4dkankan.com'
+Vue.prototype.$serverName = 'https://4dkankan.com'
 
 Vue.config.productionTip = false