From 3d805694bc04f78745051ec9e7a70272e0147293 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 23 Mar 2022 11:23:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=92=88=E5=AF=B9=E4=B8=8A=E6=9E=B6=E5=81=9A?= =?UTF-8?q?=E4=BA=A7=E5=93=81=E5=BA=93=E7=99=BB=E5=BD=95=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/App.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/examples/App.vue b/examples/App.vue index 44801184..f5f7d01a 100644 --- a/examples/App.vue +++ b/examples/App.vue @@ -18,7 +18,7 @@ 请选择应用
-
显示工具栏 @@ -45,6 +45,11 @@ export default { }, selectedApp() { return this.$route.matched.length > 0 + }, + login() { + let url = '/auth/oauth/token'; + /project\/sass/g.test(location.pathname) && (url += "?corpId=ww596787bb70f08288") + return url } }, data() {