''
This commit is contained in:
parent
90344983b3
commit
9f1a4226c3
@ -3,7 +3,7 @@
|
|||||||
* @Date: 2021-03-04 16:13:51
|
* @Date: 2021-03-04 16:13:51
|
||||||
<<<<<<< HEAD
|
<<<<<<< HEAD
|
||||||
* @LastEditors: fzq
|
* @LastEditors: fzq
|
||||||
* @LastEditTime: 2022-03-06 18:40:17
|
* @LastEditTime: 2022-03-06 19:53:27
|
||||||
=======
|
=======
|
||||||
* @LastEditors: zwq
|
* @LastEditors: zwq
|
||||||
* @LastEditTime: 2022-03-04 10:13:41
|
* @LastEditTime: 2022-03-04 10:13:41
|
||||||
@ -160,8 +160,8 @@ export default {
|
|||||||
status: '状态'
|
status: '状态'
|
||||||
},
|
},
|
||||||
storageBox: {
|
storageBox: {
|
||||||
name: '名称',
|
name: '存储箱名称',
|
||||||
code: '编码',
|
code: '存储箱编码',
|
||||||
alias: '别名',
|
alias: '别名',
|
||||||
StorageQuantity: '存储数量',
|
StorageQuantity: '存储数量',
|
||||||
status: '状态',
|
status: '状态',
|
||||||
|
@ -46,9 +46,9 @@ module.exports = {
|
|||||||
// 这里写入需要代理的api和对应的目标地址
|
// 这里写入需要代理的api和对应的目标地址
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': {
|
'/api': {
|
||||||
// target: 'http://localhost:8080',
|
target: 'http://localhost:8080',
|
||||||
// target: 'http://192.168.0.148: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.127:8080',
|
||||||
// target: 'http://192.168.0.165:8080',
|
// target: 'http://192.168.0.165:8080',
|
||||||
// target: 'http://192.168.43.105:8080',
|
// target: 'http://192.168.43.105:8080',
|
||||||
|
Loading…
Reference in New Issue
Block a user