开发: push
This commit is contained in:
@@ -59,7 +59,7 @@ export default defineConfig({
|
||||
// proxy: proxy[REACT_APP_ENV as keyof typeof proxy],
|
||||
proxy: {
|
||||
'/api/': {
|
||||
target: 'http://192.168.1.219:8183/',
|
||||
target: 'http://192.168.1.138:8183/',
|
||||
changeOrigin: true,
|
||||
pathRewrite: { '^/api': '' },
|
||||
},
|
||||
|
@@ -55,11 +55,17 @@ export default [
|
||||
component: './DepartmentsList',
|
||||
},
|
||||
{
|
||||
name: '聊天记录',
|
||||
name: '成员聊天',
|
||||
icon: 'table',
|
||||
path: '/departments/page/list2',
|
||||
component: './ChatLogs',
|
||||
},
|
||||
{
|
||||
name: '客户聊天',
|
||||
icon: 'table',
|
||||
path: '/departments/page/list3',
|
||||
component: './ChatLogs',
|
||||
},
|
||||
],
|
||||
},
|
||||
// {
|
||||
|
Reference in New Issue
Block a user