提交 0e14e943 编写于 作者: KK's avatar KK

appdata 重复请求

上级 19b1a868
......@@ -48,13 +48,13 @@ const router = new Router({
if (to.params && to.params[routerParamsName]) {
Object.assign(params, qs.parse(to.params[routerParamsName], { delimiter: ';' }));
}
const url: string = 'appdata';
const auth: Promise<any> = AuthGuard.getInstance().authGuard(url, params, store);
auth.then(() => {
next();
}).catch(() => {
next();
});
// const url: string = 'appdata';
// const auth: Promise<any> = AuthGuard.getInstance().authGuard(url, params, store);
// auth.then(() => {
// next();
// }).catch(() => {
// next();
// });
},
meta: {
parameters: [
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册