Commit 15c41122498e14539150fa510a18eaed9b571621
Merge branch 'zhusen/tmp' into 'develop'
Zhusen/tmp See merge request !1
Showing
5 changed files
with
18 additions
and
16 deletions
Too many changes to show.
To preserve performance only 5 of 26 files are displayed.
.husky/commit-msg
100644 → 100755
.husky/pre-commit
100644 → 100755
.umirc.ts
... | ... | @@ -23,26 +23,24 @@ export default defineConfig({ |
23 | 23 | path: '/', |
24 | 24 | redirect: '/order', |
25 | 25 | }, |
26 | - // { | |
27 | - // name: '首页', | |
28 | - // path: '/home', | |
29 | - // component: './Home', | |
30 | - // }, | |
31 | - // { | |
32 | - // name: '权限演示', | |
33 | - // path: '/access', | |
34 | - // component: './Access', | |
35 | - // }, | |
36 | - // { | |
37 | - // name: '用户', | |
38 | - // path: '/user', | |
39 | - // component: './User', | |
40 | - // }, | |
26 | + { | |
27 | + name: '登录', | |
28 | + path: '/login', | |
29 | + component: './Login', | |
30 | + layout: false, | |
31 | + }, | |
32 | + | |
41 | 33 | { |
42 | 34 | name: '订单管理', |
43 | 35 | path: '/order', |
44 | 36 | component: './Order', |
45 | 37 | }, |
38 | + { | |
39 | + name: '打印', | |
40 | + path: '/print', | |
41 | + component: './OrderPrint', | |
42 | + layout: false, | |
43 | + }, | |
46 | 44 | ], |
47 | 45 | |
48 | 46 | npmClient: 'pnpm', | ... | ... |
.vscode/settings.json