修改左侧菜单默认为展开样式

This commit is contained in:
monanxiao
2025-02-12 10:57:51 +08:00
parent 011f54cf9c
commit ea6208ba8a
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -9,8 +9,9 @@ const errorCode = {
default: "系统未知错误,请反馈给管理员",
};
// const url = "https://repair.cpolar.top"; // 开发地址
const url = "https://api.cqcxj.cn"; // 正式地址
// const url = "https://repair-api.scdswj.cn"; // 测试地址
// const url = "https://repair.cpolar.top"; // 开发地址
// const url = "https://cqjql.scdswj.cn:9443"; // 临时地址
const service = axios.create({
+1 -1
View File
@@ -8,7 +8,7 @@ export default {
state: {
UserInfo: {},
token: sessionStorage.getItem("token") || "",
isCollapse: true,
isCollapse: false,
themeConfig: {
primary: "#4060c7",
tabColor: "#FFFFFF",