ccd1fde9 by xiaomiao
2 parents 32c6973c 47dad3bd
......@@ -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
......
......@@ -3,7 +3,7 @@
* @Autor: renchao
* @LastEditTime: 2023-04-25 15:18:20
*/
import dialogBox from '@/components/dialogBox/dialogBox.vue'
import dialogBox from '@/components/DialogBox/dialogBox.vue'
import LbTable from '@/components/LbTable/lb-table.vue'
import Theme from '@/components/Theme/theme.vue'
import Popup from '@/components/Popup/index'
......
......@@ -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");
},
......