增加扫码页/增加环境配置

This commit is contained in:
kk
2026-06-15 09:46:17 +08:00
parent 4b1d3445da
commit 7a95facf30
11 changed files with 531 additions and 28 deletions
+13
View File
@@ -0,0 +1,13 @@
/**
* 生产环境配置
*/
const prod = {
apiBaseUrl: 'https://api.arklink.com',
// 生产环境 Token 从登录流程获取,此处为空
bearerToken: '',
enableRequestLog: false,
};
export default prod;