|
@@ -1,7 +1,7 @@
|
|
|
<script>
|
|
|
const uat_domain = 'https://gather.test.sxzxyj.net' // 预发布
|
|
|
// const uat_domain = 'http://192.168.16.225:8305' // 本地
|
|
|
- const pro_domain = 'https://gather.sxzxyj.net' // 生产
|
|
|
+ const pro_domain = 'https://gather.zyucgj.cn' // 生产
|
|
|
const uat_URL = uat_domain+'/gc-gather/' // 预发布
|
|
|
const pro_URL = pro_domain+'/gc-gather/' // 生产
|
|
|
const buildType = 0 // 打包环境对应类型,1 生产 0 预发布
|