Commit fe30560c by 应超杰

update

parent 1356c857
...@@ -22,7 +22,6 @@ registerComponent(ComponentName.DialogSimple); ...@@ -22,7 +22,6 @@ registerComponent(ComponentName.DialogSimple);
registerComponent(ComponentName.Tip); registerComponent(ComponentName.Tip);
registerComponent(ComponentName.ErrChannel); registerComponent(ComponentName.ErrChannel);
registerComponent(ComponentName.Empty); registerComponent(ComponentName.Empty);
// registerComponent(ComponentName.DialogPassword);
AxiosInterceptConfig.requestPartFunc = function(config) { AxiosInterceptConfig.requestPartFunc = function(config) {
if (!(config.data instanceof FormData)) { if (!(config.data instanceof FormData)) {
......
...@@ -4,6 +4,7 @@ import { PRIVILEGE } from '@/types/privilege'; ...@@ -4,6 +4,7 @@ import { PRIVILEGE } from '@/types/privilege';
const demo1 = { const demo1 = {
path: '/demo1', path: '/demo1',
name: 'index-page', name: 'index-page',
alias: "",
component: () => import('../views/demo1/demo1.vue'), component: () => import('../views/demo1/demo1.vue'),
meta: { meta: {
// privileges: [PRIVILEGE.USER_MNG, PRIVILEGE.USER_LIST], // privileges: [PRIVILEGE.USER_MNG, PRIVILEGE.USER_LIST],
......
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