From eb261f61c42196b6c1e15eb44813d1d73e270e10 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Sat, 19 Oct 2024 16:46:43 +0800 Subject: [PATCH] temp --- temp.d.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/temp.d.ts b/temp.d.ts index bd8f065f..ba3f6e7c 100644 --- a/temp.d.ts +++ b/temp.d.ts @@ -1,4 +1,6 @@ +// 调试用户token const temp_token = '74be16979710d4c4e7c6647856088456' || ''; +// 调试接口地址 const temp_attachment_host = 'http://shopxo.com'; // 导出token -export default { temp_token, temp_attachment_host }; +export default { temp_token, temp_attachment_host }; \ No newline at end of file