使用pg数据库重构

This commit is contained in:
2025-02-16 23:08:25 +08:00
parent 3d729996bb
commit 9af60b0dbe
40 changed files with 314 additions and 695 deletions

View File

@@ -4,8 +4,8 @@ type BaseResponseData = {
message: string,
data: any
};
// axios.defaults.baseURL = "http://localhost:23500";
axios.defaults.baseURL = "https://tonesc.cn/apis";
axios.defaults.baseURL = "http://localhost:23500";
// axios.defaults.baseURL = "https://tonesc.cn/apis";
axios.interceptors.response.use((response) => {
if (response.data && response.data.code == -5) {