Browse Source

春节签到

sunlupeng 10 tháng trước cách đây
mục cha
commit
e7b305eedf

+ 1 - 1
src/permission.js

@@ -4,7 +4,7 @@ import { getToken, setToken } from '@/utils/auth' // getToken from cookie
 import { lockStatus,unlock } from "@/api/allApi";
 //路由跳转之前
 router.beforeEach((to, _from, next) => {
-  setToken('d81e7ea936411452b97803c4a80a89ba');
+  // setToken('d81e7ea936411452b97803c4a80a89ba');
   const path = to.path;
   const Authorization = to.query.Authorization
   if (path.indexOf('auth') != -1 && Authorization) { 

+ 1 - 1
src/views/HomeView/DrawCarouselGame/DrawCarouselGame.vue

@@ -19,7 +19,7 @@ export default{
   },
   data() {
     return {
-            src: this.$route.query.actId == 37 ? './dailyDrawCarousel.html' : './monthlyDrawCarousel.html', //需要加载的子页面url
+            src: this.$route.query.actId == 37 ? './dailyDrawCarousel.html' : this.$route.query.actId == 8 ? './monthlyDrawCarousel.html' : './newYearDrawCarousel.html', //需要加载的子页面url
             actId:this.$route.query.actId
         };
   },

+ 1 - 1
src/views/HomeView/FestiveEvents.vue

@@ -184,7 +184,7 @@ export default {
                     });
                     return;
                 }
-                //每月抽奖 每天抽奖
+                //每月抽奖 每天抽奖 2025春节抽奖
                 else{
                     this.$router.push({
                         path: '/home/festiveEvents/drawCarouselGame',