提交 380a2a1c 编写于 作者: chengxiang.li's avatar chengxiang.li

活动主页文件名替换以解决打包报错问题

上级 aa287a43
......@@ -26,7 +26,7 @@
methods: {
handlerMethod() {
if(this.btnType) {
this.$router.push('/in-activity')
this.$router.push('/activityPage')
} else {
this.$emit('sureBtn')
}
......
......@@ -125,7 +125,7 @@
},
methods: {
goInActivity() {
this.$router.push('/in-activity')
this.$router.push('/activityPage')
},
changeRanking(val) {
this.activeBtnType = val;
......
......@@ -90,7 +90,7 @@
},
methods: {
goInActivity() {
this.$router.push('/in-activity')
this.$router.push('/activityPage')
},
detailTaskIcon(taskType) {
if(taskType == 4) { //smo
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册