提交 da6d545b authored 作者: 王鹏飞's avatar 王鹏飞

chore: 修改登录地址

上级 0c03cf7c
...@@ -4,4 +4,4 @@ newProjectId=25634964940156928 ...@@ -4,4 +4,4 @@ newProjectId=25634964940156928
baseURL=https://project-api.ezijing.com baseURL=https://project-api.ezijing.com
loginURL=https://login.ezijing.com/auth loginURL=https://login.ezijing.com/sbu-plus
\ No newline at end of file \ No newline at end of file
...@@ -4,4 +4,4 @@ newProjectId=25634964940156928 ...@@ -4,4 +4,4 @@ newProjectId=25634964940156928
baseURL=https://project-api.ezijing.com baseURL=https://project-api.ezijing.com
loginURL=https://login.ezijing.com/auth loginURL=https://login.ezijing.com/sbu-plus
\ No newline at end of file \ No newline at end of file
...@@ -4,4 +4,4 @@ newProjectId=25634964940156928 ...@@ -4,4 +4,4 @@ newProjectId=25634964940156928
baseURL=https://project-api2.ezijing.com baseURL=https://project-api2.ezijing.com
loginURL=https://login2.ezijing.com/auth loginURL=https://login2.ezijing.com/sbu-plus
\ No newline at end of file \ No newline at end of file
...@@ -60,7 +60,8 @@ export default { ...@@ -60,7 +60,8 @@ export default {
}, },
methods: { methods: {
goWebsite() { goWebsite() {
window.location.href = 'http://www.ezijing.com' // window.location.href = 'http://www.ezijing.com'
window.location.href = '/'
}, },
toggleSearch() { toggleSearch() {
this.$store.commit('toggleMenu', false) this.$store.commit('toggleMenu', false)
......
...@@ -49,7 +49,8 @@ export default { ...@@ -49,7 +49,8 @@ export default {
}, },
methods: { methods: {
goWebsite() { goWebsite() {
window.location.href = 'http://www.ezijing.com' // window.location.href = 'http://www.ezijing.com'
window.location.href = '/'
}, },
logout() { logout() {
this.$store.dispatch('logout') this.$store.dispatch('logout')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论