add testcase panel.

This commit is contained in:
2023-01-13 14:26:51 +08:00
parent 31fc880c99
commit 46fcccda35
14 changed files with 146 additions and 87 deletions

View File

@@ -1,6 +1,6 @@
<script setup lang="ts">
import { useLoginStore } from "../store/login"
import { useSignupStore } from "../../oj/stores/signup"
import { useSignupStore } from "../../oj/store/signup"
import { useUserStore } from "../store/user"
import { logout } from "../api"