mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 16:05:53 +08:00
token刷新问题
This commit is contained in:
5
App.vue
5
App.vue
@@ -1,5 +1,3 @@
|
||||
|
||||
|
||||
<script>
|
||||
/**
|
||||
* vuex管理登录状态,具体可以参考官方登录模板示例
|
||||
@@ -7,7 +5,8 @@
|
||||
import { mapMutations } from "vuex";
|
||||
import APPUpdate from "@/plugins/APPUpdate";
|
||||
import { getClipboardData } from "@/js_sdk/h5-copy/h5-copy.js";
|
||||
import config from "@/config/config";
|
||||
import config from "@/config/config";
|
||||
import storage from "@/utils/storage.js";
|
||||
// 悬浮球
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user