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.

35 lines
2.5 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

export default {
// lang: 'tw', //語言,可選 CN(簡體)、TW(繁體)、US(英語),也可擴充套件其它語言
theme: { //主題
color: '#1890ff', //主題色
mode: 'dark', //主題模式 可選 dark、 light 和 night
success: '#52c41a', //成功色
warning: '#faad14', //警告色
error: '#f5222f', //錯誤色
},
layout: 'side', //導航佈局,可選 side 和 head分別為側邊導航和頂部導航
fixedHeader: false, //固定頭部狀態列true:固定false:不固定
fixedSideBar: true, //固定側邊欄true:固定false:不固定
fixedTabs: false, //固定頁籤頭true:固定false:不固定
pageWidth: 'fixed', //內容區域寬度fixed:固定寬度fluid:流式寬度
weekMode: false, //色弱模式true:開啟false:不開啟
multiPage: false, //多頁籤模式true:開啟false:不開啟
cachePage: true, //是否快取頁面資料僅多頁籤模式下生效true 快取, false 不快取
hideSetting: true, //隱藏設定抽屜true:隱藏false:不隱藏
systemName: '管理系統', //系統名稱
copyright: '2023 corp.', //copyright
asyncRoutes: false, //非同步載入路由true:開啟false:不開啟
showPageTitle: true, //是否顯示頁面標題PageLayout 佈局中的頁面標題true:顯示false:不顯示
filterMenu: true, //根據許可權過濾選單true:過濾false:不過濾
animate: { //動畫設定
disabled: false, //禁用動畫true:禁用false:啟用
name: 'bounce', //動畫效果,支援的動畫效果可參考 ./animate.config.js
direction: 'left' //動畫方向,切換頁面時動畫的方向,參考 ./animate.config.js
},
footerLinks: [ //頁面底部連結,{link: '連結地址', name: '名稱/顯示文字', icon: '圖示,支援 ant design vue 圖示庫'}
// {link: 'https://pro.ant.design', name: 'Pro首頁'},
// {link: 'https://github.com/iczer/vue-antd-admin', icon: 'github'},
// {link: 'https://ant.design', name: 'Ant Design'}
],
}