From 96bf5ac2e0bdf2982755e2b1d6ab4cd662979743 Mon Sep 17 00:00:00 2001 From: linfso Date: Tue, 29 Oct 2024 14:35:06 +0800 Subject: [PATCH] md --- src/api/emis/emisCommon.js | 10 +++ src/layout/components/Navbar.vue | 66 +++++++++++++++- .../emisCommissionQuoteForm.vue | 76 ++++++++++++------- src/views/emis/emisCommissionQuote/index.vue | 30 +++++--- .../emisTmsCostFee/emisTmsCostFeeForm.vue | 2 +- src/views/system/user/profile/resetPwd.vue | 4 +- 6 files changed, 144 insertions(+), 44 deletions(-) diff --git a/src/api/emis/emisCommon.js b/src/api/emis/emisCommon.js index bb499a49..7d374db3 100644 --- a/src/api/emis/emisCommon.js +++ b/src/api/emis/emisCommon.js @@ -9,6 +9,16 @@ export function parseAddress(content) { }) } +export function getKefuSsoToken() { + return request({ + url: '/emis/common/getKefuSsoToken', + method: 'get', + params: {} + }) +} + + + // 获取app信息 export function getLastAppVersion() { return request({ diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index fd5c5d97..92d93af7 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -25,11 +25,13 @@
+
+
@@ -88,6 +90,21 @@
+
+ +
+ + + +
+ + +
+