1004749546@qq.com %!s(int64=4) %!d(string=hai) anos
pai
achega
d57e12bb87
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      App.vue

+ 3 - 3
App.vue

@@ -1,8 +1,8 @@
 <script>
-	const uat_domain = 'https://lese.test.sxzxyj.net' // 预发布
-	// const uat_domain = 'http://192.168.16.220:8302' // 本地
+	// const uat_domain = 'https://lese.test.sxzxyj.net' // 预发布
+	const uat_domain = 'http://192.168.16.177:8305' // 本地
 	const pro_domain = 'https://lese.sxzxyj.net' // 生产
-	const uat_URL = uat_domain+'/gc-shop/' // 预发布
+	const uat_URL = uat_domain+'/gc-gather/' // 预发布
 	const pro_URL = pro_domain+'/gc-shop/'  // 生产
 	const buildType = 0 // 打包环境对应类型,1 生产 0 预发布
 	const buildURL = buildType ? pro_URL : uat_URL // 打包后实际对应的url