Commit 6a981057 authored by zhangyanni's avatar zhangyanni

提交pc微信登录跳转

parent fac130e6
...@@ -404,6 +404,7 @@ const router = new Router({ ...@@ -404,6 +404,7 @@ const router = new Router({
}, },
{ {
path: '/pcauth', path: '/pcauth',
name:"pcauth",
component: resolve => require(['views/index/pages/pcauth.vue'], resolve).catch(routerUtils.catchImport), component: resolve => require(['views/index/pages/pcauth.vue'], resolve).catch(routerUtils.catchImport),
meta: {title: '微信授权登陆'} meta: {title: '微信授权登陆'}
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment