Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ccd1fde9
authored
2023-04-26 13:50:35 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
32c6973c
47dad3bd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
src/api/config.js
src/components/Base/base.js
src/layout/components/Navbar.vue
src/api/config.js
View file @
ccd1fde
...
...
@@ -2,7 +2,12 @@
* @Description: api请求配置文件
* @Autor: renchao
* @LastEditTime: 2023-04-18 14:14:07
* 这个文件不需要,谁提交谁记得改回来,不改回来,就是脑残。
* 这个文件不需要,谁提交谁记得改回来,不改回来,就是脑残。
* 这个文件不需要,谁提交谁记得改回来,不改回来,就是脑残。
* 这个文件不需要,谁提交谁记得改回来,不改回来,就是脑残。
* 这个文件不需要,谁提交谁记得改回来,不改回来,就是脑残。
*/
export
default
{
SERVERAPI
:
'
service-bdcdj-th
'
SERVERAPI
:
'
bdcdj
'
}
\ No newline at end of file
...
...
src/components/Base/base.js
View file @
ccd1fde
...
...
@@ -3,7 +3,7 @@
* @Autor: renchao
* @LastEditTime: 2023-04-25 15:18:20
*/
import
dialogBox
from
'@/components/
d
ialogBox/dialogBox.vue'
import
dialogBox
from
'@/components/
D
ialogBox/dialogBox.vue'
import
LbTable
from
'@/components/LbTable/lb-table.vue'
import
Theme
from
'@/components/Theme/theme.vue'
import
Popup
from
'@/components/Popup/index'
...
...
src/layout/components/Navbar.vue
View file @
ccd1fde
...
...
@@ -73,7 +73,7 @@ export default {
})
},
logout
()
{
const
url
=
baseUrl
+
"/sso-logout?redirect_uri="
+
baseUrl
+
"/
admin
"
;
const
url
=
baseUrl
+
"/sso-logout?redirect_uri="
+
baseUrl
+
"/
bdcdj
"
;
window
.
open
(
url
,
"_self"
);
sessionStorage
.
removeItem
(
"navList"
);
},
...
...
Please
register
or
sign in
to post a comment