mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-07-02 17:29:23 +00:00
1
This commit is contained in:
parent
e54b30a683
commit
cbc7498c61
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user