update 解决 logout 写死 无法扩展路径问题

This commit is contained in:
疯狂的狮子li
2021-08-25 21:50:38 +08:00
parent 8ffe111086
commit 5df5e63afe
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,6 @@ export default {
name: "Admin",
components: { iFrame },
data() {
console.log(process.env)
return {
url: process.env.VUE_APP_MONITRO_ADMIN
};