From 3ad89da45e51c332eac7c606feb5823d3c24ad45 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Sat, 19 Oct 2024 16:37:08 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=9B=B4=E6=96=B0temp.d.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- temp.d.ts | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 temp.d.ts diff --git a/.gitignore b/.gitignore index e1453088..2c5373d9 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,7 @@ node_modules dist src/types/auto-imports.d.ts src/types/components.d.ts -temp.d.ts +# temp.d.ts dist-ssr coverage *.local diff --git a/temp.d.ts b/temp.d.ts new file mode 100644 index 00000000..bd8f065f --- /dev/null +++ b/temp.d.ts @@ -0,0 +1,4 @@ +const temp_token = '74be16979710d4c4e7c6647856088456' || ''; +const temp_attachment_host = 'http://shopxo.com'; +// 导出token +export default { temp_token, temp_attachment_host };