@@ -0,0 +1,3 @@
+# .env.production
+GENERATE_SOURCEMAP = false
+# 关闭映射
@@ -15,9 +15,9 @@
<script>
// 测试环境域名
- const weiXinLoginBackUrlTemp = 'https://sit-hqbooking.4dage.com'
+ // const weiXinLoginBackUrlTemp = 'https://sit-hqbooking.4dage.com'
// 甲方域名
- // const weiXinLoginBackUrlTemp =''
+ const weiXinLoginBackUrlTemp = 'https://healthy.hengqin.gov.cn'
</script>
<!--
@@ -26,7 +26,7 @@ declare module 'axios' {
// 创建 axios 实例
const http = axios.create({
baseURL: `${baseURL}${baseFlag ? '/api/' : ''}`,
- timeout: 10000
+ timeout: 30000
})
let axajInd = 0