feat: 银行卡数量统计,编码。
This commit is contained in:
@@ -42,8 +42,8 @@ export default defineConfig(({ mode, command }) => {
|
||||
proxy: {
|
||||
// https://cn.vitejs.dev/config/#server-proxy
|
||||
'/dev-api': {
|
||||
target: 'https://www.qdintc.com/prod-api/',
|
||||
// target: 'http://127.0.0.1:8080',
|
||||
// target: 'https://www.qdintc.com/prod-api/',
|
||||
target: 'http://127.0.0.1:8080',
|
||||
changeOrigin: true,
|
||||
rewrite: (p) => p.replace(/^\/dev-api/, '')
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user