Commit 24c150f5 by liuwange1

改动

parent 88733c33
...@@ -117,8 +117,8 @@ export default { ...@@ -117,8 +117,8 @@ export default {
activeIndex(n) { activeIndex(n) {
console.log(12312); console.log(12312);
this.listR = this.listL[n].child || []; this.listR = this.listL[n].child || [];
this.activeIndex2 = 0; this.activeIndex2 = 1;
this.buildClickHandle2(0); this.buildClickHandle2(1);
}, },
}, },
}; };
......
...@@ -4,7 +4,7 @@ module.exports = { ...@@ -4,7 +4,7 @@ module.exports = {
// disableHostCheck: true, // disableHostCheck: true,
proxy: { proxy: {
'/api': { '/api': {
target: 'http://123.56.242.140:8089', target: 'http://114.116.22.186:8089',
changeOrigin: true, changeOrigin: true,
ws: true, ws: true,
pathRewrite: { pathRewrite: {
......
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 sign in to comment