Commit f8351c34 authored by IvyXia123's avatar IvyXia123

alert

parent 91c2a55b
...@@ -61,7 +61,7 @@ module.exports = { ...@@ -61,7 +61,7 @@ module.exports = {
assetsRoot: path.resolve(__dirname, '../dist') , assetsRoot: path.resolve(__dirname, '../dist') ,
// assetsSubDirectory:process.env.NODE_ENV === 'production' ? 'static/2019061017':'static', // assetsSubDirectory:process.env.NODE_ENV === 'production' ? 'static/2019061017':'static',
assetsSubDirectory:'static', assetsSubDirectory:'static',
assetsPublicPath: process.env.NODE_ENV === 'production' ? 'https://static-cdn.changchangenglish.com/new-sing/' : '', assetsPublicPath: process.env.NODE_ENV === 'production' ? 'https://static-cdn.changchangenglish.com/new-sing/' : 'https://static-cdn.changchangenglish.com/new-sing/',
/** /**
* Source Maps * Source Maps
......
...@@ -661,8 +661,7 @@ export default { ...@@ -661,8 +661,7 @@ export default {
this.$router.push({ this.$router.push({
name: "map", name: "map",
query: { query: {
course_type: res.start_periods_course_type, course_type: res.start_periods_course_type
periods_id: res.start_periods_id
} }
}); });
} }
......
...@@ -58,8 +58,7 @@ export default { ...@@ -58,8 +58,7 @@ export default {
this.$router.push({ this.$router.push({
name: "map", name: "map",
query: { query: {
course_type: this.userCourse2.start_periods_course_type, course_type: this.userCourse2.start_periods_course_type
periods_id: this.userCourse2.start_periods_id
} }
}); });
}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 to comment