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

appdata 重复请求

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