From fa74612c99459a8b4e94121d2d3bfcc42915208b Mon Sep 17 00:00:00 2001 From: tj <1378534974@qq.com> Date: 星期二, 27 五月 2025 16:08:20 +0800 Subject: [PATCH] loading,wechatLogin --- main.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index d2d448c..226f769 100644 --- a/main.js +++ b/main.js @@ -4,7 +4,7 @@ import { createPinia } from 'pinia' import message from './plugins/message' import http from './plugins/http.js' -import store from './store' +// import store from './store/index.js' // #ifndef VUE3 import Vue from 'vue' @@ -53,7 +53,7 @@ // 全局属性 app.config.globalProperties.$message = message app.config.globalProperties.$http = http - app.config.globalProperties.$store = store + // app.config.globalProperties.$store = store // uni.$u.setConfig({ // config: { -- Gitblit v1.9.3