From 883ca635ebb2df1ccb9e7f6dc19a88c7ad374cb6 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期日, 21 七月 2024 14:47:00 +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