Commit 80135afd6cbd5c0eff7e6738d8b902bf1d7a9cfe

Authored by 曾国涛
2 parents 1db34f99 037eb91b

Merge branch 'warning'

Too many changes to show.

To preserve performance only 2 of 52 files are displayed.

.umirc.ts
... ... @@ -15,8 +15,8 @@ export default defineConfig({
15 15 proxy: {
16 16 '/api/': {
17 17 target: 'http://localhost:8085/',
18   - // target: 'http://192.168.1.6:8085/',
19   - // target: 'http://39.108.227.113:8085/',
  18 + //target: 'http://192.168.1.6:8085/',
  19 + //target: 'http://39.108.227.113:8085/',
20 20 changeOrigin: true,
21 21 pathRewrite: { '^/api': '' },
22 22 },
... ... @@ -141,10 +141,21 @@ export default defineConfig({
141 141 },
142 142 {
143 143 name: '客户管理',
144   - path: '/client',
145   - component: './Client',
  144 + path: '/Client',
146 145 icon: 'BookOutlined',
147 146 access: 'canReadAdminAndSales',
  147 + routes: [
  148 + {
  149 + name: '客户列表',
  150 + path: 'clint',
  151 + component: './Client/Client',
  152 + },
  153 + {
  154 + name: '跟进记录',
  155 + path: 'FollowRecord',
  156 + component: './Client/FollowRecord',
  157 + },
  158 + ],
148 159 },
149 160 {
150 161 name: '打印',
... ...
order-erp.service-1.0-SNAPSHOT.jar 0 → 100644
No preview for this file type