mirror of
https://gitee.com/zongzhige/shopxo-diy.git
synced 2026-07-06 21:45:43 +08:00
6 lines
221 B
TypeScript
6 lines
221 B
TypeScript
// 调试用户token
|
|
const temp_token = '74be16979710d4c4e7c6647856088456' || '';
|
|
// 调试接口地址
|
|
const temp_attachment_host = 'http://shopxo.com';
|
|
// 导出token
|
|
export default { temp_token, temp_attachment_host }; |