diff --git a/src/store/modules/user.js b/src/store/modules/user.js index a3ccb76..e679c6d 100644 --- a/src/store/modules/user.js +++ b/src/store/modules/user.js @@ -7,11 +7,11 @@ export default { languageDefault: '', userDisplay: '', //客户环境 - padSopUrl:'http://192.168.2.172/upload/', - tvSopUrl:'http://192.168.2.172/sopFile/', + // padSopUrl:'http://192.168.2.172/upload/', + // tvSopUrl:'http://192.168.2.172/sopFile/', //自己环境 - // padSopUrl:'http://192.168.1.83:81/upload/', - // tvSopUrl:'http://192.168.1.83:81/upload/', + padSopUrl:process.env.NODE_ENV !== 'production' && process.env.OPEN_PROXY ? 'http://192.168.1.83:81/upload/' :'http://192.168.2.172/upload/', + tvSopUrl:process.env.NODE_ENV !== 'production' && process.env.OPEN_PROXY ? 'http://192.168.1.83:81/sopFile/' :'http://192.168.2.172/sopFile/', }, mutations: { updateId (state, id) { diff --git a/src/views/modules/pad/padCODelNotify.vue b/src/views/modules/pad/padCODelNotify.vue index a33df37..7a4cf11 100644 --- a/src/views/modules/pad/padCODelNotify.vue +++ b/src/views/modules/pad/padCODelNotify.vue @@ -68,7 +68,8 @@