中泽后台管理前端
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.

myConfig.js 213B

123456789
  1. const MyConfig = {
  2. /**
  3. * 是否使用tab页标签
  4. * @description 如果使用tab页标签,可以对页面进行缓存。如果不用,则不缓存页面
  5. */
  6. useTabs: true
  7. }
  8. export default MyConfig;