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

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

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