菜谱编辑新增复制操作
This commit is contained in:
parent
1c96873686
commit
8f0b1348ef
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -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]: '',
|
||||
|
|
|
|||
Loading…
Reference in New Issue