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.
14 lines
307 B
14 lines
307 B
/*
|
|
* @Author: wally
|
|
* @email: 18603454788@163.com
|
|
* @Date: 2021-04-20 12:33:22
|
|
* @LastEditors: wally
|
|
* @LastEditTime: 2021-04-22 13:09:35
|
|
*/
|
|
const getters = {};
|
|
// 域定制导航展示形式
|
|
// 0 -> 无特殊导航文字
|
|
// 1 -> 横向定制导航
|
|
// 2 -> 纵向定制导航
|
|
|
|
export default getters;
|
|
|