Commit e2b706dc authored by xxx's avatar xxx

1

parent 1b6df631
...@@ -64,8 +64,6 @@ import * as echarts from 'echarts'; ...@@ -64,8 +64,6 @@ import * as echarts from 'echarts';
import axios from 'axios' import axios from 'axios'
import moment from 'moment'; import moment from 'moment';
axios.defaults.baseURL = "/jiankong";
export default { export default {
data() { data() {
return { return {
......
...@@ -65,8 +65,6 @@ import * as echarts from 'echarts'; ...@@ -65,8 +65,6 @@ import * as echarts from 'echarts';
import axios from 'axios' import axios from 'axios'
import moment from 'moment'; import moment from 'moment';
axios.defaults.baseURL = "/jiankong";
export default { export default {
data() { data() {
return { return {
......
...@@ -48,7 +48,7 @@ module.exports = { ...@@ -48,7 +48,7 @@ module.exports = {
}, },
//获取会话号 //获取会话号
'/jiankong': { '/jiankong': {
target: 'http://oa.gemho.cn:8088', target: '',
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
'^/jiankong': '' '^/jiankong': ''
......
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