From 574ea3b532b625456c09f14fc11073aad6b61db7 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 02 八月 2023 12:11:47 +0800 Subject: [PATCH] 2023-08-02 --- src/utils/utils.js | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/src/utils/utils.js b/src/utils/utils.js index a5e08e5..967ae7e 100644 --- a/src/utils/utils.js +++ b/src/utils/utils.js @@ -216,12 +216,6 @@ // value = window.atob(value) // value = value.replace('minKe', '') // value = window.decodeURIComponent(window.atob(value)) - - // // 澶栬仈鏁版嵁搴撴浛鎹� - // if (window.GLOB.externalDatabase !== null && window.GLOB.externalDatabase) { - // value = value.replace(window.GLOB.externalDatabase, '@db@') - // } - // value = value.replace(/ mpercent /ig, '%') // // 鏇挎崲鍏抽敭瀛� @@ -230,7 +224,7 @@ // value = value.replace(reg, ' ' + item.key + ' ') // }) - // // value = value.replace(/\n/ig, ' \n ') + // value = value.replace(/ \n /ig, '\n') // return value // } -- Gitblit v1.8.0