lilei 4 vuotta sitten
vanhempi
commit
abd515bc8f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      App.vue

+ 1 - 1
App.vue

@@ -1,6 +1,6 @@
 <script>
 	// const uat_URL = 'https://carwash.test.zyucgj.com/gc-shop/' // 预发布
-	const uat_URL = 'http://192.168.16.155:8302/gc-shop/' // 本地
+	const uat_URL = 'http://192.168.16.102:8302/gc-shop/' // 本地
 	const pro_URL = 'https://carwash.zyucgj.com/gc-shop/'  // 生产
 	const buildType = 0 // 打包环境对应类型,1 生产 0 预发布
 	const buildURL = buildType ? pro_URL : uat_URL // 打包后实际对应的url