Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web
Showing
3 changed files
with
8 additions
and
3 deletions
... | @@ -2,7 +2,12 @@ | ... | @@ -2,7 +2,12 @@ |
2 | * @Description: api请求配置文件 | 2 | * @Description: api请求配置文件 |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-04-18 14:14:07 | 4 | * @LastEditTime: 2023-04-18 14:14:07 |
5 | * 这个文件不需要,谁提交谁记得改回来,不改回来,就是脑残。 | ||
6 | * 这个文件不需要,谁提交谁记得改回来,不改回来,就是脑残。 | ||
7 | * 这个文件不需要,谁提交谁记得改回来,不改回来,就是脑残。 | ||
8 | * 这个文件不需要,谁提交谁记得改回来,不改回来,就是脑残。 | ||
9 | * 这个文件不需要,谁提交谁记得改回来,不改回来,就是脑残。 | ||
5 | */ | 10 | */ |
6 | export default { | 11 | export default { |
7 | SERVERAPI: 'service-bdcdj-th' | 12 | SERVERAPI: 'bdcdj' |
8 | } | 13 | } |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-04-25 15:18:20 | 4 | * @LastEditTime: 2023-04-25 15:18:20 |
5 | */ | 5 | */ |
6 | import dialogBox from '@/components/dialogBox/dialogBox.vue' | 6 | import dialogBox from '@/components/DialogBox/dialogBox.vue' |
7 | import LbTable from '@/components/LbTable/lb-table.vue' | 7 | import LbTable from '@/components/LbTable/lb-table.vue' |
8 | import Theme from '@/components/Theme/theme.vue' | 8 | import Theme from '@/components/Theme/theme.vue' |
9 | import Popup from '@/components/Popup/index' | 9 | import Popup from '@/components/Popup/index' | ... | ... |
... | @@ -73,7 +73,7 @@ export default { | ... | @@ -73,7 +73,7 @@ export default { |
73 | }) | 73 | }) |
74 | }, | 74 | }, |
75 | logout () { | 75 | logout () { |
76 | const url = baseUrl + "/sso-logout?redirect_uri=" + baseUrl + "/admin"; | 76 | const url = baseUrl + "/sso-logout?redirect_uri=" + baseUrl + "/bdcdj"; |
77 | window.open(url, "_self"); | 77 | window.open(url, "_self"); |
78 | sessionStorage.removeItem("navList"); | 78 | sessionStorage.removeItem("navList"); |
79 | }, | 79 | }, | ... | ... |
-
Please register or sign in to post a comment