fix: 更新重置密码后跳转链接和开发环境API地址
修改重置密码后的跳转链接为'/gl',并更新开发环境API地址为http://123.60.153.169:8040/admin
This commit is contained in:
parent
ec3ae6bc3d
commit
0839060de2
|
|
@ -4,10 +4,10 @@ ENV = development
|
||||||
# 本地环境接口地址
|
# 本地环境接口地址
|
||||||
# VITE_API_URL = http://4155gf93ll13.vicp.fun/admin
|
# VITE_API_URL = http://4155gf93ll13.vicp.fun/admin
|
||||||
# VITE_API_URL = http://localhost:13579/admin
|
# VITE_API_URL = http://localhost:13579/admin
|
||||||
VITE_API_URL = https://cankao.cs.com.cn/admin
|
# VITE_API_URL = https://cankao.cs.com.cn/admin
|
||||||
# VITE_API_URL = http://127.0.0.1:13579/admin
|
# VITE_API_URL = http://127.0.0.1:13579/admin
|
||||||
|
|
||||||
# VITE_API_URL = http://123.60.153.169:8040/admin
|
VITE_API_URL = http://123.60.153.169:8040/admin
|
||||||
|
|
||||||
# VITE_API_URL = /api
|
# VITE_API_URL = /api
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -217,7 +217,7 @@ async function handleRestPwd() {
|
||||||
restDialogVisible.value = false;
|
restDialogVisible.value = false;
|
||||||
|
|
||||||
Session.clear(); // 清除浏览器全部临时缓存
|
Session.clear(); // 清除浏览器全部临时缓存
|
||||||
window.location.href = '/'; // 去登录页
|
window.location.href = '/gl'; // 去登录页
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue