Files
shopxo-diy/temp.d.ts

6 lines
221 B
TypeScript
Raw Permalink Normal View History

2024-10-19 16:46:43 +08:00
// 调试用户token
2024-11-11 11:45:10 +08:00
const temp_token = '40f5888b67c748df7efba008e7c2f9d2' || '';
2024-10-19 16:46:43 +08:00
// 调试接口地址
2024-10-19 16:37:08 +08:00
const temp_attachment_host = 'http://shopxo.com';
// 导出token
2024-10-19 16:46:43 +08:00
export default { temp_token, temp_attachment_host };