Commit fd10ede5 by 肖翔宇

12.20

parent 4a692ed1
...@@ -4,7 +4,7 @@ const prodEnv = require('./prod.env') ...@@ -4,7 +4,7 @@ const prodEnv = require('./prod.env')
module.exports = merge(prodEnv, { module.exports = merge(prodEnv, {
NODE_ENV: '"development"', NODE_ENV: '"development"',
BASE_API: '"http://192.168.10.106:9001/sharePiano"', BASE_API: '"http://192.168.0.7:9001/sharePiano"',
}) })
//http://gxgqs.com/sharePiano //http://gxgqs.com/sharePiano
//http://192.168.10.105:9001/sharePiano //http://192.168.10.105:9001/sharePiano
...@@ -541,7 +541,7 @@ ...@@ -541,7 +541,7 @@
}) })
//this.isShowLog=false; //this.isShowLog=false;
this.isShowDiversityEdit=false; this.isShowDiversityEdit=false;
this.refreshCourse(); this.refreshDiversity();
this.back() this.back()
}) })
} else { } else {
......
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