[锶源昆仑-寺庙捐赠活动]

This commit is contained in:
2023-05-15 13:53:32 +08:00
parent 1b6eb2668c
commit c9b18c9074
284 changed files with 9505 additions and 3822 deletions

View File

@@ -9,7 +9,7 @@ import store from '@/store'
// 基础配置
const config = {
apiUrl : 'http://api.water.shangkelian.cn/api/', // 正式环境
apiUrl : 'http://api.temple.siyuankunlun.cn/api/', // 正式环境
timeout : 60000
}
@@ -145,7 +145,7 @@ const loginHint = () => {
success: res=> {
loginHintState = false
if (res.confirm) uni.reLaunch({
url: '/pages/index/index'
url: '/login/login'
})
}
})