浏览代码

连接修改

lilei 4 年之前
父节点
当前提交
34c574ec1b
共有 1 个文件被更改,包括 2 次插入2 次删除
  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