Commit 63ac42e5 authored by xxx's avatar xxx

1

parent 4a4dec9d
// 项目配置相关 // 项目配置相关
const config = { const config = {
// BASE_URL: 'http://8.143.203.103:9090', // BASE_URL: 'http://192.168.0.111:9092',
// REAL_URL: 'http://8.143.203.103:9090', // REAL_URL: 'http://192.168.0.111:9092',
BASE_URL: 'http://120.224.103.84:9092', BASE_URL: 'http://120.224.103.84:9092',
REAL_URL: 'http://120.224.103.84:9092', REAL_URL: 'http://120.224.103.84:9092',
......
...@@ -99,6 +99,7 @@ export default { ...@@ -99,6 +99,7 @@ export default {
this.btnShow1 = false; this.btnShow1 = false;
this.btnShow2 = true; this.btnShow2 = true;
this.btnShow3 = false; this.btnShow3 = false;
this.btnShow4 = true;
this.carDestination = res_1.data.content[0].destination; this.carDestination = res_1.data.content[0].destination;
this.dingDanId = res_1.data.content[0].id; this.dingDanId = res_1.data.content[0].id;
this.equipmentName = resSon1.data.content[0].equipmentName; this.equipmentName = resSon1.data.content[0].equipmentName;
......
...@@ -17,13 +17,13 @@ module.exports = { ...@@ -17,13 +17,13 @@ module.exports = {
proxy: { proxy: {
// '/dianziweilan': { // '/dianziweilan': {
// target: 'http://8.143.203.103:9090' // target: 'http://192.168.0.111:9092'
// }, // },
// '/auth': { // '/auth': {
// target: 'http://8.143.203.103:9090', // target: 'http://192.168.0.111:9092',
// }, // },
// '/pic': { // '/pic': {
// target: 'http://8.143.203.103/avatar/', // target: 'http://192.168.0.111/avatar/',
// pathRewrite: { '^/pic': '' }, // pathRewrite: { '^/pic': '' },
// changeOrigin: true, // changeOrigin: true,
// }, // },
......
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