Commit 839eaa54 authored by 李志鸣's avatar 李志鸣

fea(制件车间): 制件车间名称修改

parent c75b8a57
......@@ -17,7 +17,7 @@ module.exports = {
// target: 'http://192.168.43.244:8888', // 东伟服务器地址
// target: 'http://192.168.43.153:8080', // 训浩服务器
// target: 'http://10.100.172.23:8082', // 本地服务器
target: 'http://10.100.172.124:8082', // 本地服务器http://10.100.172.30:8082/
target: 'http://10.100.172.30:8082', // 本地服务器http://10.100.172.30:8082/
changeOrigin: true,
pathRewrite: {
'^/host': ''//这里理解成用‘/host’代替target里面的地址,后面组件中我们掉接口时直接用api代替 比如我要调用'http://40.00.100.100:3002/user/add',直接写‘/api/user/add’即可
......
......@@ -87,7 +87,7 @@
},
{
id: 2,
label: '总装智能扭力钣手',
label: '装配智能扭力钣手',
code: 'ASSEMBLY_TORQUE_WRENCH'
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment