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.
|
let config = {
|
|
systemName: "後台管理系統",
|
|
theme: {
|
|
color: "#13c2c2",
|
|
mode: "dark",
|
|
},
|
|
multiPage: true,
|
|
asyncRoutes: false,
|
|
layout: "side",
|
|
hideSetting: true,
|
|
animate: {
|
|
name: "lightSpeed",
|
|
direction: "left",
|
|
},
|
|
};
|
|
|
|
export default config;
|