修改一些javascript的语法错误。

This commit is contained in:
2023-02-22 17:12:54 +08:00
parent 8248fe942a
commit 557452aedc
7 changed files with 28 additions and 27 deletions

View File

@@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2023-01-04 11:39:04
* @LastEditors: Kane
* @LastEditTime: 2023-02-06 10:17:22
* @LastEditTime: 2023-02-22 17:10:54
* @FilePath: /IT/src/layout/components/Header.vue
* @Description:
*
@@ -28,7 +28,7 @@ import { Logout } from "../../utils/api/info/account";
export default {
name: "AppBanner",
setup(props, context)
setup()
{
const logout = () =>
{