Browse Source

修改model命名

xiaoct 7 years ago
parent
commit
05d285645c
1 changed files with 7 additions and 1 deletions
  1. 7 1
      app/models/dashboard.js

+ 7 - 1
app/models/dashboard.js

@@ -7,7 +7,7 @@ export default {
     namespace: 'dashboard',
     state: {
         newOne: {},
-        myDashboardList: [{
+        myDynamicDashboardList: [{
             dashboardID: 1,
             title: 'Card 1',
             url: '',
@@ -37,5 +37,11 @@ export default {
         }
     
         ],
+        myStaticDashboardList: [
+
+        ],
+        myRecentDashboardList: [
+            
+        ]
     },
 }