菜谱编辑新增复制操作

This commit is contained in:
zzyuan 2025-04-23 18:02:45 +08:00
parent 1c96873686
commit 8f0b1348ef
3 changed files with 1939 additions and 27 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -36,8 +36,9 @@ module.exports = {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
// target: `http://192.168.2.80:48380`,//旭
// target: `http://192.168.0.44:48380`,
target: `http://192.168.0.176:48380`,//鑫
target: `http://192.168.0.244:48380`,//测试
// target: `http://192.168.0.44:48380`,//测试
// target: `http://192.168.0.176:48380`,//
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: '',