Browse Source

连接修改

lilei 4 years ago
parent
commit
34c574ec1b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      App.vue

+ 2 - 2
App.vue

@@ -1,6 +1,6 @@
 <script>
-	// const uat_URL = 'https://lese.test.sxzxyj.net/gc-channel/' // 预发布
-	const uat_URL = 'http://192.168.16.105:8303/gc-channel/' // 本地
+	const uat_URL = 'https://lese.test.sxzxyj.net/gc-channel/' // 预发布
+	// const uat_URL = 'http://192.168.16.105:8303/gc-channel/' // 本地
 	const pro_URL = 'https://lese.sxzxyj.net/gc-channel/'  // 生产
 	const buildType = 0 // 打包环境对应类型,1 生产 0 预发布
 	const buildURL = buildType ? pro_URL : uat_URL // 打包后实际对应的url