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