You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/config/defaults/development.js
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,6 @@ module.exports = {
18
18
home: 'home',
19
19
auth: 'auth',
20
20
users: 'users',
21
-
subscriptions: 'subscriptions',
22
21
tasks: 'tasks',
23
22
},
24
23
},
@@ -133,7 +132,6 @@ module.exports = {
133
132
],
134
133
},
135
134
home: {
136
-
subscriptions: true,// disbale / enable
137
135
temporalBackground: 'https://blog.weareopensource.me/content/images/size/w1600/2020/11',// one by hour 00.jpg, 01.jpg; 02.jpg ... set to null default background would be in @/assets/images/background.jpg
0 commit comments