正式环境
This commit is contained in:
@@ -32,8 +32,8 @@ router.beforeEach((to, from, next) => {
|
||||
// 检查用户是否授权了微信
|
||||
if(to.name != 'webWechatIndex' && openId === ''){
|
||||
authFollow({
|
||||
url: 'https://web.douhuotest.douhuofalv.com/webWechat/index'
|
||||
// url: 'https://web.douhuofalv.com/webWechat/index'
|
||||
// url: 'https://web.douhuotest.douhuofalv.com/webWechat/index'
|
||||
url: 'https://web.douhuofalv.com/webWechat/index'
|
||||
}).then(res => {
|
||||
window.location.href = res
|
||||
}).catch(err => {
|
||||
|
||||
Reference in New Issue
Block a user