Quellcode durchsuchen

feat:修改servername为正式环境

xzh vor 4 Jahren
Ursprung
Commit
6edafd4a16
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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