You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456789 |
- const MyConfig = {
- /**
- * 是否使用tab页标签
- * @description 如果使用tab页标签,可以对页面进行缓存。如果不用,则不缓存页面
- */
- useTabs: true
- }
-
- export default MyConfig;
|