refactor(M08-D-R1): 后台改用权限路由与懒加载
This commit is contained in:
@@ -19,7 +19,10 @@ const vite = read('admin/vite.config.ts');
|
||||
assert.match(vite, /base: '\/admin\/'/);
|
||||
assert.match(vite, /'\/admin-api'/);
|
||||
|
||||
const app = read('admin/src/App.vue');
|
||||
const app = [
|
||||
read('admin/src/App.vue'),
|
||||
read('admin/src/components/CleaningWorkspace.vue')
|
||||
].join('\n');
|
||||
for (const pattern of [
|
||||
'CleaningTasksPanel',
|
||||
'CleaningSettlementsPanel',
|
||||
|
||||
Reference in New Issue
Block a user