Bläddra i källkod

开启强制更新缓存
修改首页展示数据

marxjaw 4 månader sedan
förälder
incheckning
583ee42240
2 ändrade filer med 3 tillägg och 3 borttagningar
  1. 1 1
      src/App.vue
  2. 2 2
      src/views/main/userModule/components/card/index.vue

+ 1 - 1
src/App.vue

@@ -18,7 +18,7 @@
       onMounted(() => {
         // 获取公共字典数据
         if (store.state.user.token) {
-          loadDictData();
+          loadDictData(true);
         }
       });
 

+ 2 - 2
src/views/main/userModule/components/card/index.vue

@@ -15,8 +15,8 @@ export default defineComponent({
     const list = [
       { id: 1, name: '总广告数', data: '1057', color: '#4e73df', icon: 'sfont system-yonghu' },
       { id: 2, name: '封禁人数', data: '55', color: '#1cc88a', icon: 'sfont system-xiaoxi' },
-      { id: 3, name: '提现笔数', data: '827', color: '#36b9cc', icon: 'sfont system-shuliang_mianxing' },
-      { id: 4, name: '提现金额', data: '64581', color: '#f6c23e', icon: 'sfont system-jindutiaoshouyidaozhang' }
+      { id: 3, name: '预估ecpm', data: '827', color: '#36b9cc', icon: 'sfont system-shuliang_mianxing' },
+      { id: 4, name: '预估收益', data: '64581', color: '#f6c23e', icon: 'sfont system-jindutiaoshouyidaozhang' }
     ]
     return {
       list