lilei %!s(int64=4) %!d(string=hai) anos
pai
achega
8f6817dcbb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      App.vue

+ 1 - 1
App.vue

@@ -2,7 +2,7 @@
 	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 buildType = 1 // 打包环境对应类型,1 生产 0 预发布
 	const buildURL = buildType ? pro_URL : uat_URL // 打包后实际对应的url
 	const envText = ['预发布环境','生产环境']
 	const envTips = process.env.NODE_ENV == 'development' ? envText[0] : envText[buildType]