wangxy 1 mese fa
parent
commit
9efe58bc3f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      utils/auth.js

+ 1 - 1
utils/auth.js

@@ -1,4 +1,4 @@
-const TokenKey = 'Mta-UserCache'
+const TokenKey = 'App_cache_'
 
 export function getAuth() {
   return uni.getStorageSync(TokenKey)