ccjgmwz 4 年之前
父節點
當前提交
27b3c8416e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      unimall-app/config/index.js

+ 2 - 2
unimall-app/config/index.js

@@ -1,12 +1,12 @@
 const dev = {
-	baseUrl: 'http://127.0.0.1:8080',
+	// baseUrl: 'http://127.0.0.1:8080',
 	// baseUrl: 'http://192.168.1.109:8080',
 	// baseUrl: 'http://192.168.1.115:8080',
 	// baseUrl: 'http://192.168.1.124:8080',
 	// baseUrl: 'http://192.168.1.113:8080',
 	// baseUrl: 'http://192.168.8.188:8081',
 	// baseUrl: 'https://www.zhuqt.icu',
-	// baseUrl: 'https://www.zthymaoyi.com',
+	baseUrl: 'https://www.zthymaoyi.com',
 	h5Appid: 'wxb66b599f7f61b46f',
 	debug: false
 }