This commit is contained in:
2025-08-25 13:22:50 +08:00
parent b1b2d1d8dc
commit 6dfb913822
3 changed files with 4 additions and 4 deletions

View File

@@ -12,8 +12,10 @@ export default {
if (!UserStore.isLogin && window.location.href.indexOf('/pages/register/index') < 0 && window.location.href.indexOf('/pages/fastInput/index') < 0) { if (!UserStore.isLogin && window.location.href.indexOf('/pages/register/index') < 0 && window.location.href.indexOf('/pages/fastInput/index') < 0) {
toPage('/pages/login/index'); toPage('/pages/login/index');
} }
if (UserStore.isLogin) {
const SystemStore = useSystemStore(); const SystemStore = useSystemStore();
SystemStore.getMessageCount(); SystemStore.getMessageCount();
}
// #endif // #endif
}, },
onHide: function () { onHide: function () {

View File

@@ -1,7 +1,6 @@
<script setup> <script setup>
import {onMounted, reactive} from "vue"; import {onMounted, reactive} from "vue";
import XModal from "./XModal.vue"; import XModal from "./XModal.vue";
import XQrCode from "./XQrCode.vue";
import Api from "../api/index.js"; import Api from "../api/index.js";
const show = defineModel('show'); const show = defineModel('show');

View File

@@ -1,6 +1,5 @@
<script setup> <script setup>
import {onMounted, reactive} from "vue"; import {onMounted, reactive} from "vue";
import Api from "../../api/index.js";
const list = ['简单做轻松赚', '我是大圆宝 已提现304.46元', '路马克 已提现858.37元', 'Rainy day 已提现1634.78元', '邀请好友,更多奖励', '0成本轻创业有手就行', '无套路,没门槛', '一边带娃一边赚钱,方便省心~', '舍友同学都在用,提现快捷']; const list = ['简单做轻松赚', '我是大圆宝 已提现304.46元', '路马克 已提现858.37元', 'Rainy day 已提现1634.78元', '邀请好友,更多奖励', '0成本轻创业有手就行', '无套路,没门槛', '一边带娃一边赚钱,方便省心~', '舍友同学都在用,提现快捷'];
const list1 = reactive([]); const list1 = reactive([]);