diff --git a/src/assets/images/Group.png b/src/assets/images/Group.png
new file mode 100644
index 0000000..7e3a797
--- /dev/null
+++ b/src/assets/images/Group.png
diff --git a/src/components/InfoForm/index.vue b/src/components/InfoForm/index.vue
index 783fd56..b0a4239 100644
--- a/src/components/InfoForm/index.vue
+++ b/src/components/InfoForm/index.vue
@@ -390,7 +390,7 @@ export default {
this.$forceUpdate();
},
handleSystemTypeChange(val) {
- this.query.systemClass = "";
+ this.infoForm.systemClass = "";
this.initSystemClassList(val);
},
async confirm() {
diff --git a/src/store/modules/user.js b/src/store/modules/user.js
index 09b6dc7..d17f412 100644
--- a/src/store/modules/user.js
+++ b/src/store/modules/user.js
@@ -216,6 +216,16 @@ const user = {
resolve()
})
},
+ resetToken({ commit }) {
+ return new Promise(resolve => {
+ commit('SET_TOKEN', '')
+ commit('SET_MENULIST', [])
+ commit('SET_USERINFO', {})
+ commit('SET_LOGIN_LOADING', false)
+ removeToken()
+ resolve()
+ })
+ }
}
}
diff --git a/src/utils/define.js b/src/utils/define.js
index 63c75ae..92295f6 100644
--- a/src/utils/define.js
+++ b/src/utils/define.js
@@ -1,7 +1,7 @@
// 开发环境接口配置
// JAVA Boot版本对应后端接口地址
// JAVA Cloud对应网关地址
-const APIURl = 'http://localhost:8061'
+const APIURl = 'http://8.130.38.56:8043'
module.exports = {
APIURl: APIURl,
diff --git a/src/views/homePage/HomePage.vue b/src/views/homePage/HomePage.vue
index 792add1..5e8419e 100644
--- a/src/views/homePage/HomePage.vue
+++ b/src/views/homePage/HomePage.vue
@@ -3,43 +3,7 @@
这个应用应该归属到青羊区,不在金牛区的管辖范围内。
+加载中...
+没有更多了
+