1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2025-07-02 17:29:23 +00:00
This commit is contained in:
孙悟元 2024-11-24 09:32:29 +08:00
parent e54b30a683
commit cbc7498c61
2 changed files with 0 additions and 4 deletions

1
.env
View File

@ -1 +0,0 @@
VITE_BACKURL='https://class1.wuyuan.dev'

View File

@ -367,9 +367,6 @@ export default {
},
updateBackendUrl() {
if (!this.backurl) {
// localStorage.setItem("backendServerUrl", import.meta.env.VITE_BACKURL);
}
const savedUrl = localStorage.getItem("backendServerUrl");
if (savedUrl) {
this.backurl = savedUrl;