update 转移 springboot-admin 到扩展模块项目

This commit is contained in:
疯狂的狮子li
2021-07-09 15:30:40 +08:00
parent 33ae270b0d
commit 1c11d7ccc1
12 changed files with 168 additions and 80 deletions

View File

@ -8,7 +8,7 @@ export default {
name: "Admin",
data() {
return {
src: process.env.VUE_APP_BASE_API + "/admin",
src: "http://localhost:9090/admin/login",
height: document.documentElement.clientHeight - 94.5 + "px;",
loading: true
};