修复bug
This commit is contained in:
parent
ba44c9bc31
commit
ebf4a37529
@ -3,8 +3,8 @@
|
|||||||
* @Author: Kane
|
* @Author: Kane
|
||||||
* @Date: 2022-12-14 15:23:54
|
* @Date: 2022-12-14 15:23:54
|
||||||
* @LastEditors: Kane
|
* @LastEditors: Kane
|
||||||
* @LastEditTime: 2023-02-07 10:46:48
|
* @LastEditTime: 2023-03-22 01:04:54
|
||||||
* @FilePath: /IT工具综合平台/src/views/account/Login.vue
|
* @FilePath: /it-console/src/views/account/Login.vue
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
||||||
@ -123,7 +123,6 @@ export default {
|
|||||||
const onToggleMenu = (type) =>
|
const onToggleMenu = (type) =>
|
||||||
{
|
{
|
||||||
ui.current_menu = type;
|
ui.current_menu = type;
|
||||||
console.log(process.env.VUE_APP_API_URL_LOGIN);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const getValidateCode = () =>
|
const getValidateCode = () =>
|
||||||
@ -271,24 +270,6 @@ export default {
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*.menu-tab {
|
|
||||||
text-align: center;
|
|
||||||
margin-bottom: 15px;
|
|
||||||
|
|
||||||
li {
|
|
||||||
display: inline-block;
|
|
||||||
padding: 10px 24px;
|
|
||||||
margin: 0 10px;
|
|
||||||
color: #fff;
|
|
||||||
font-size: 16px;
|
|
||||||
border-radius: 5px;
|
|
||||||
cursor: pointer;
|
|
||||||
|
|
||||||
&.current {
|
|
||||||
background-color: rgba(0, 0, 0, 0.1);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}*/
|
|
||||||
.menu-tab {
|
.menu-tab {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user