소스 검색

feat:修改servername为正式环境

xzh 4 년 전
부모
커밋
6edafd4a16
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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