diff --git a/src/lang/i18n/zh/module/basicData.js b/src/lang/i18n/zh/module/basicData.js index 46016b1..61a1620 100644 --- a/src/lang/i18n/zh/module/basicData.js +++ b/src/lang/i18n/zh/module/basicData.js @@ -3,7 +3,7 @@ * @Date: 2021-03-04 16:13:51 <<<<<<< HEAD * @LastEditors: fzq - * @LastEditTime: 2022-03-06 18:40:17 + * @LastEditTime: 2022-03-06 19:53:27 ======= * @LastEditors: zwq * @LastEditTime: 2022-03-04 10:13:41 @@ -160,8 +160,8 @@ export default { status: '状态' }, storageBox: { - name: '名称', - code: '编码', + name: '存储箱名称', + code: '存储箱编码', alias: '别名', StorageQuantity: '存储数量', status: '状态', diff --git a/vue.config.js b/vue.config.js index f778620..ee7ccf1 100644 --- a/vue.config.js +++ b/vue.config.js @@ -46,9 +46,9 @@ module.exports = { // 这里写入需要代理的api和对应的目标地址 proxy: { '/api': { - // target: 'http://localhost:8080', + target: 'http://localhost:8080', // target: 'http://192.168.0.148:8080', - target: 'http://a.wms.picaiba.com/api', + // target: 'http://a.wms.picaiba.com/api', // target: 'http://192.168.0.127:8080', // target: 'http://192.168.0.165:8080', // target: 'http://192.168.43.105:8080',