1、新增总单

2、fix bug
This commit is contained in:
2026-08-11 23:50:51 +08:00
parent 1f669bfd29
commit 3e585b89fd
11 changed files with 2356 additions and 18 deletions
+11 -9
View File
@@ -50,6 +50,17 @@ export default ({
__VUE_I18N_LEGACY_API__: true,
__INTLIFY_PROD_DEVTOOLS__: false,
},
server: {
port: 2888,
proxy: {
'/api': {
target: 'http://localhost',
//target: 'https://saber3.bladex.cn/api',
changeOrigin: true,
rewrite: path => path.replace(/^\/api/, ''),
},
},
},
// server: {
// port: 2888,
// proxy: {
@@ -59,15 +70,6 @@ export default ({
// },
// },
// },
server: {
port: 2888,
proxy: {
'/api': {
target: 'http://172.16.203.228:8000',
changeOrigin: true,
},
},
},
resolve: {
alias: {
'~': resolve(__dirname, './'),