diff --git a/.env.production b/.env.production index d0916f9..65b1b84 100644 --- a/.env.production +++ b/.env.production @@ -5,4 +5,4 @@ VUE_APP_TITLE = 管理系统 ENV = 'production' # 管理系统/生产环境 -VUE_APP_BASE_API = 'http://120.77.94.227:8030' +VUE_APP_BASE_API = 'http://192.168.7.4:8030' diff --git a/src/views/libraryManage/inventory/config.js b/src/views/libraryManage/inventory/config.js index 36d315a..5cb8a21 100644 --- a/src/views/libraryManage/inventory/config.js +++ b/src/views/libraryManage/inventory/config.js @@ -99,6 +99,7 @@ export function tableConfig() { { label: "单据编号", prop: "invOrderNo", + width:'160px', istrue: true, }, // { @@ -452,6 +453,7 @@ export function tableConfig() { { label: "单据编号", prop: "invOrderNo", + width:'160px', istrue: true, }, { @@ -582,6 +584,7 @@ export function tableConfig() { { label: "单据编号", prop: "invOrderNo", + width:'160px', istrue: true, }, { diff --git a/vue.config.js b/vue.config.js index 03b6f0d..505ddad 100644 --- a/vue.config.js +++ b/vue.config.js @@ -35,6 +35,7 @@ module.exports = { proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { + // target: `http://127.0.0.1:8031`, target: `http://127.0.0.1:8031`, // target: `http://192.168.0.110:8030`, // target: `http://192.168.0.105:8030`,