lilei 4 years ago
parent
commit
6bf67db92d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      App.vue

+ 1 - 1
App.vue

@@ -1,7 +1,7 @@
 <script>
 	const uat_URL = 'http://carwash.test.zyucgj.com/cw-wechat/' // 预发布
 	// const uat_URL = 'http://192.168.16.102:8103/cw-wechat/' // 本地
-	const pro_URL = 'https://car.zyucgj.com/saas/clz/'  // 生产
+	const pro_URL = 'http://carwash.zyucgj.com/saas/clz/'  // 生产
 	const buildType = 0 // 打包环境对应类型,1 生产 0 预发布
 	const buildURL = buildType ? pro_URL : uat_URL // 打包后实际对应的url
 	const envText = ['预发布环境','生产环境']