商品列表-商品图片-选择图片增删改

This commit is contained in:
duan
2024-08-06 13:45:06 +08:00
parent 79e1282c68
commit 1d39576b34
8 changed files with 262 additions and 56 deletions

View File

@@ -41,11 +41,11 @@ module.exports = {
'^/auth': 'auth'
}
},
'/php': {
'/source': {
target: process.env.VUE_APP_PHP_API,
changeOrigin: true,
pathRewrite: {
'^/auth': 'auth'
'^/source': 'source'
}
}
}