CN-593 fix: 调整endtime的实现逻辑

This commit is contained in:
chenjinsong
2022-05-28 10:59:20 +08:00
parent cfb25a1ecb
commit 0bf5378baa
5 changed files with 20 additions and 26 deletions

View File

@@ -20,7 +20,6 @@ router.beforeEach(async (to, from, next) => {
if (!axios.defaults.baseURL) {
const config = await getConfigJson()
axios.defaults.baseURL = config.baseUrl
axios.defaults.performanceEndTimeInterval = config.performanceEndTimeInterval
}
if (localStorage.getItem(storageKey.token)) {
// 加载i18n