From 32ab1af0797e3e8ab60dc646fc2c30cddf1dfa1f Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期一, 22 七月 2024 11:34:18 +0800
Subject: [PATCH] update需求更新

---
 plugins/storage.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/storage.js b/plugins/storage.js
index fe9a77c..4d0f7ae 100644
--- a/plugins/storage.js
+++ b/plugins/storage.js
@@ -1,5 +1,5 @@
 // import Vue from 'vue'
-const APPID = 'hmy-token'
+const APPID = 'hmy-token' + process.env.PUB_TYPE
 const storage = {
 	getItem(key) {
 		return uni.getStorageSync(`${APPID}_${key}_${process.env.NODE_ENV}`)

--
Gitblit v1.9.3