消除一个跳转路由路径bug
This commit is contained in:
parent
64b59e02ae
commit
304acb5c6c
2
code/web/it-console/.npmrc
Normal file
2
code/web/it-console/.npmrc
Normal file
@ -0,0 +1,2 @@
|
||||
registry=https://registry.npmjs.org/
|
||||
proxy=http://127.0.0.1:7890/
|
18525
code/web/it-console/package-lock.json
generated
18525
code/web/it-console/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -12,21 +12,20 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@element-plus/icons-vue": "^1.1.4",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||
"@typescript-eslint/parser": "^5.54.0",
|
||||
"@vitejs/plugin-vue": "^4.0.0",
|
||||
"@wangeditor/editor": "^5.1.23",
|
||||
"@wangeditor/editor-for-vue": "^5.1.12",
|
||||
"axios": "^1.2.1",
|
||||
"core-js": "^3.8.3",
|
||||
"element-plus": "^2.2.26",
|
||||
"element-plus": "^2.2.30",
|
||||
"sass": "^1.56.2",
|
||||
"scss": "^0.2.4",
|
||||
"scss-loader": "^0.0.1",
|
||||
"vite": "^4.1.4",
|
||||
"vue": "^3.2.13",
|
||||
"vue-router": "^4.0.3",
|
||||
"vuex": "^4.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.0",
|
||||
"@typescript-eslint/parser": "^5.54.0"
|
||||
"vuex": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.16",
|
||||
@ -42,17 +41,17 @@
|
||||
"@vue/cli-service": "~5.0.0",
|
||||
"@vue/compiler-sfc": "^3.2.26",
|
||||
"eslint": "^8.35.0",
|
||||
"eslint-config-recommended": "^4.1.0",
|
||||
"eslint-config-standard-with-typescript": "^34.0.0",
|
||||
"eslint-plugin-vue": "^9.9.0",
|
||||
"node-sass": "^8.0.0",
|
||||
"sass": "^1.58.3",
|
||||
"sass-loader": "^13.2.0",
|
||||
"vite": "^2.7.2",
|
||||
"vite": "^2.9.15",
|
||||
"vite-plugin-env-compatible": "^1.1.1",
|
||||
"vite-plugin-html": "3.2.0",
|
||||
"vue-cli-plugin-element-plus": "~0.0.13",
|
||||
"webpack": "^5.75.0",
|
||||
"webpack-cli": "^5.0.1",
|
||||
"eslint-config-recommended": "^4.1.0",
|
||||
"eslint-config-standard-with-typescript": "^34.0.0",
|
||||
"eslint-plugin-vue": "^9.9.0",
|
||||
"sass": "^1.58.3"
|
||||
"webpack-cli": "^5.0.1"
|
||||
}
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
* @Author: Kane
|
||||
* @Date: 2023-01-04 11:30:33
|
||||
* @LastEditors: Kane
|
||||
* @LastEditTime: 2023-03-21 23:18:41
|
||||
* @LastEditTime: 2023-03-27 14:45:35
|
||||
* @FilePath: /it-console/src/layout/components/Aside.vue
|
||||
* @Description:
|
||||
*
|
||||
@ -170,10 +170,10 @@ export default {
|
||||
}
|
||||
|
||||
/* 顺序必须在上面两个之后*/
|
||||
.is-active {
|
||||
.el-menu-item.is-active {
|
||||
background-color: #ffffff4f !important;
|
||||
/* font-weight: 1000; */
|
||||
/* font-size: 15px; */
|
||||
font-weight: 1000;
|
||||
font-size: 15px;
|
||||
color: #ffd04b;
|
||||
}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
* @Author: Kane
|
||||
* @Date: 2022-12-14 15:23:54
|
||||
* @LastEditors: Kane
|
||||
* @LastEditTime: 2023-03-22 01:04:54
|
||||
* @LastEditTime: 2023-03-27 14:48:14
|
||||
* @FilePath: /it-console/src/views/account/Login.vue
|
||||
* @Description:
|
||||
*
|
||||
@ -196,7 +196,7 @@ export default {
|
||||
saveUserInfo(data);
|
||||
|
||||
// 验证成功,跳转路由
|
||||
router.push("/Desktop");
|
||||
router.push("/desktop");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user