首页改版,增加全部操作页面,新增店铺装修页面

This commit is contained in:
2025-05-28 17:00:29 +08:00
parent 6cc53db443
commit bb84b49ddc
23 changed files with 1817 additions and 558 deletions

View File

@@ -8,8 +8,8 @@ export default defineConfig({
server: {
proxy: {
'/api': {
target: 'https://cashier.sxczgkj.com', // 目标服务器地址
// target: 'http://192.168.1.31/\', // 目标服务器地址
// target: 'https://cashier.sxczgkj.com', // 目标服务器地址
target: 'http://192.168.1.31/', // 目标服务器地址
changeOrigin: true, // 是否更改请求源
rewrite: path => path.replace(/^\/api/, '')
}