This commit is contained in:
parent
5680d23bdf
commit
e9cd11f8a2
|
@ -365,8 +365,8 @@ export default {
|
|||
this.opens = true;
|
||||
this.detailForm.goodsName = value.goodsName;
|
||||
this.detailForm.userName = value.shopInfo.userName;
|
||||
this.detailForm.wpPath = value.wpPath;
|
||||
this.detailForm.code = value.code;
|
||||
this.detailForm.wpPath = value.domainInfo.wpPath;
|
||||
this.detailForm.code = value.domainInfo.code;
|
||||
let img1 = null;
|
||||
if (value.domainInfo.file) {
|
||||
img1 = value.domainInfo.file.split(",");
|
||||
|
|
|
@ -13,8 +13,8 @@ module.exports = {
|
|||
port: 2800, //挂载端口
|
||||
proxy: {
|
||||
'/api': {
|
||||
// target: 'https://yxx.ydool.net',
|
||||
target: 'http://192.168.2.48:8080',
|
||||
target: 'https://yxx.ydool.net',
|
||||
// target: 'http://192.168.2.48:8080',
|
||||
//target: 'http://192.168.0.230:8090',
|
||||
//target: 'http://192.168.0.57:8090',
|
||||
//target: 'http://127.0.0.1:8090',
|
||||
|
|
Loading…
Reference in New Issue