From 713e8e61d4ddb0d84c38a599f2a4e5031b484428 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Thu, 5 Sep 2024 18:30:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91=E5=88=86=E6=94=AF=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- temp.d.ts | 4 ---- temp_pro.d.ts | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 temp.d.ts diff --git a/temp.d.ts b/temp.d.ts deleted file mode 100644 index d3061d99..00000000 --- a/temp.d.ts +++ /dev/null @@ -1,4 +0,0 @@ -const temp_token = 'e9448c2efc2bf9234aac50306aaaa5ab' || ''; -const temp_attachment_host = 'http://shopxo.com/public'; -// 导出token -export default { temp_token, temp_attachment_host }; diff --git a/temp_pro.d.ts b/temp_pro.d.ts index e69de29b..fdf57098 100644 --- a/temp_pro.d.ts +++ b/temp_pro.d.ts @@ -0,0 +1,4 @@ +const temp_token = '01e8d1181d53260607d2b0180a2ccc68' || ''; +const temp_attachment_host = 'http://shopxo.com'; +// 导出token +export default { temp_token, temp_attachment_host };