开始设计业绩组件。

This commit is contained in:
2023-03-03 16:08:27 +08:00
parent 3afb4ca1ff
commit 19df478f63
14 changed files with 226 additions and 43 deletions

View File

@@ -8,8 +8,8 @@
* Copyright (c) ${2022} by Kane, All Rights Reserved.
*/
import { service as instance } from "@/utils/api/request";
import { API_URL } from "@/utils/api/config";
import { service as instance } from "./api/request";
import { API_URL } from "./api/config";
interface LoginInfo
{
p13account: string;