修复未登录未正确跳出问题
This commit is contained in:
parent
120e5c6167
commit
4f55a5070a
|
|
@ -1,5 +1,6 @@
|
||||||
import axios from "axios";
|
import axios from "axios";
|
||||||
import router from "@/router/index.js";
|
import router from "@/router/index.js";
|
||||||
|
import { ElMessage } from 'element-plus';
|
||||||
//const baseURL = "https://gep.ljsea.xyz/";
|
//const baseURL = "https://gep.ljsea.xyz/";
|
||||||
const baseURL = "https://tx.ljsea.top/";
|
const baseURL = "https://tx.ljsea.top/";
|
||||||
//const baseURL= "http://localhost:8083";
|
//const baseURL= "http://localhost:8083";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue