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 }