From a6b40a1b80b586f7dbd874f3939f5e06fcc752d2 Mon Sep 17 00:00:00 2001 From: 付延余 <f-yanyu@outlook.com> Date: 星期三, 04 一月 2023 19:24:14 +0800 Subject: [PATCH] '页面尺寸自适应初期调整' --- src/router/axios.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/router/axios.js b/src/router/axios.js index 15c5145..ce0cc1d 100644 --- a/src/router/axios.js +++ b/src/router/axios.js @@ -34,7 +34,7 @@ const TENANT_ID = getStore({ name: 'tenantId' }) const isToken = (config.headers || {}).isToken === false // const token = window.android.getAppToken() - const token = `8d3bcce6-c27b-4f98-92a7-12b3b9a02306` + const token = `8d47d31b-2c41-47e6-9870-b7208447b9fe` if (token && !isToken) { config.headers['Authorization'] = 'Bearer ' + token// token } -- Gitblit v1.9.1