From a4892378960434c17bb20f19e537df54be598142 Mon Sep 17 00:00:00 2001
From: cloudroam <cloudroam>
Date: 星期五, 13 六月 2025 13:36:35 +0800
Subject: [PATCH] add: tap查询、首页跳转

---
 main.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/main.js b/main.js
index 25e2fac..56c3820 100644
--- a/main.js
+++ b/main.js
@@ -4,6 +4,7 @@
 import { createPinia } from 'pinia'
 import message from './plugins/message'
 import http from './plugins/http.js'
+import storage from './plugins/storage.js'
 // import store from './store/index.js'
 
 import {
@@ -41,6 +42,7 @@
  // 全局属性
   app.config.globalProperties.$message = message
   app.config.globalProperties.$http = http
+  app.config.globalProperties.$storage = storage
   // app.config.globalProperties.$store = store
  
   // uni.$u.setConfig({

--
Gitblit v1.9.3