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

appdata请求

上级 393b6e95
...@@ -17,7 +17,7 @@ const router = new Router({ ...@@ -17,7 +17,7 @@ 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 = 'v7/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();
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册