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

Revert "appdata 重复请求"

This reverts commit 0e14e943.
上级 0e14e943
...@@ -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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册