增加VIP会员

This commit is contained in:
唐明明
2024-04-09 17:29:23 +08:00
parent e520ff11d2
commit 70c5d15d44
16 changed files with 852 additions and 139 deletions

View File

@@ -32,8 +32,7 @@ router.beforeEach((to, from, next) => {
// 检查用户是否授权了微信
if(to.name != 'webWechatIndex' && openId === ''){
authFollow({
// url: 'https://web.douhuotest.douhuofalv.com/webWechat/index',
// url: 'https://web.douhuo.demos.uzchain.tech/webWechat/index' 最新,
// url: 'https://web.douhuo.demos.uzchain.tech/webWechat/index',
url: 'https://web.douhuofalv.com/webWechat/index'
}).then(res => {
window.location.href = res