提交 33a026eb 编写于 作者: tony001's avatar tony001

update:更新

上级 d7f657c8
...@@ -6,7 +6,7 @@ const routes = [ ...@@ -6,7 +6,7 @@ const routes = [
path: "/apps/:app?", path: "/apps/:app?",
beforeEnter: async (to: any, from: any) => { beforeEnter: async (to: any, from: any) => {
const appParams:IParam = {}; const appParams:IParam = {};
const auth: Promise<any> = await App.initAppAuth(appParams); const auth: Promise<any> = await App.initApp(appParams);
return auth; return auth;
}, },
meta: { meta: {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册