Commit f8351c34 authored by IvyXia123's avatar IvyXia123

alert

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