Commit fe30560c by 应超杰

update

parent 1356c857
......@@ -22,7 +22,6 @@ registerComponent(ComponentName.DialogSimple);
registerComponent(ComponentName.Tip);
registerComponent(ComponentName.ErrChannel);
registerComponent(ComponentName.Empty);
// registerComponent(ComponentName.DialogPassword);
AxiosInterceptConfig.requestPartFunc = function(config) {
if (!(config.data instanceof FormData)) {
......
......@@ -4,6 +4,7 @@ import { PRIVILEGE } from '@/types/privilege';
const demo1 = {
path: '/demo1',
name: 'index-page',
alias: "",
component: () => import('../views/demo1/demo1.vue'),
meta: {
// privileges: [PRIVILEGE.USER_MNG, PRIVILEGE.USER_LIST],
......@@ -85,7 +86,7 @@ export const routes = [
},
{
path: '/mobile',
name: 'mobile-index',
name: 'mobile-index',
// redirect: {name:"mobile-login"},
component: () => import('../views-mobile/index.vue'),
children: [
......@@ -114,5 +115,5 @@ export const routes = [
component: () => import('../component/page404.vue'),
meta: { authDisabled: true },
},
];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment