新增团购券订单

This commit is contained in:
gyq
2024-05-22 15:37:03 +08:00
parent 94fb2d2c8e
commit d08ef6f271
6 changed files with 137 additions and 92 deletions

View File

@@ -9,11 +9,11 @@ export default defineConfig({
server: {
proxy: {
'/api': {
target: 'http://192.168.2.96:10587/cashier-client', // 阿伟
// target: 'http://192.168.2.96:10587/cashier-client', // 阿伟
// target: 'https://cashierclient.sxczgkj.cn/cashier-client', // 线上
// target: 'http://192.168.2.116:10587/cashier-client', // 国成
// target: 'http://192.168.2.171:10587/cashier-client', // 鹏辉
// target: 'https://cashier-client.sxczgkj.cn/cashier-client', // 测试
target: 'https://cashier-client.sxczgkj.cn/cashier-client', // 测试
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, '')
}