vr-uniapp/temp.d.ts

6 lines
221 B
TypeScript
Raw Normal View History

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