Merge branch 'master' of http://47.109.37.87:3000/by2025/admin-vben5
This commit is contained in:
parent
234c0f8096
commit
027ba5b2a3
@ -7,7 +7,7 @@ import { $t } from '@vben/locales';
|
|||||||
import { cloneDeep } from '@vben/utils';
|
import { cloneDeep } from '@vben/utils';
|
||||||
|
|
||||||
import { useVbenForm } from '#/adapter/form';
|
import { useVbenForm } from '#/adapter/form';
|
||||||
import { cleanAdd, cleanInfo, cleanUpdate, cleanList } from '#/api/property/clean';
|
import { cleanList } from '#/api/property/clean';
|
||||||
import type { CleanVO } from '#/api/property/clean/model';
|
import type { CleanVO } from '#/api/property/clean/model';
|
||||||
import { clean_orderAdd, clean_orderInfo, clean_orderUpdate } from '#/api/property/clean_order';
|
import { clean_orderAdd, clean_orderInfo, clean_orderUpdate } from '#/api/property/clean_order';
|
||||||
import { defaultFormValueGetter, useBeforeCloseDiff } from '#/utils/popup';
|
import { defaultFormValueGetter, useBeforeCloseDiff } from '#/utils/popup';
|
||||||
|
@ -28,7 +28,8 @@ export default defineConfig(async () => {
|
|||||||
rewrite: (path) => path.replace(/^\/api/, ''),
|
rewrite: (path) => path.replace(/^\/api/, ''),
|
||||||
// mock代理目标地址
|
// mock代理目标地址
|
||||||
// target: 'http://by.missmoc.top:3010/',
|
// target: 'http://by.missmoc.top:3010/',
|
||||||
target: 'http://127.0.0.1:8080/',
|
// target: 'http://127.0.0.1:8080/',
|
||||||
|
target: 'http://47.109.37.87:3010',
|
||||||
ws: true,
|
ws: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user