mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +08:00
support reset password by email reset link
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
const defaultTimeout = 10000; // 10s
|
||||
const requestForgetPasswordTimeout = 30000; // 30s
|
||||
const baseApiUrlPath = '/api';
|
||||
const baseQrcodePath = '/qrcode';
|
||||
const baseProxyUrlPath = '/proxy';
|
||||
@@ -7,6 +9,8 @@ const baiduMapJavascriptUrl = 'https://api.map.baidu.com/api?v=3.0';
|
||||
const amapJavascriptUrl = 'https://webapi.amap.com/maps?v=2.0';
|
||||
|
||||
export default {
|
||||
defaultTimeout: defaultTimeout,
|
||||
requestForgetPasswordTimeout: requestForgetPasswordTimeout,
|
||||
baseApiUrlPath: baseApiUrlPath,
|
||||
baseQrcodePath: baseQrcodePath,
|
||||
baseProxyUrlPath: baseProxyUrlPath,
|
||||
|
||||
Reference in New Issue
Block a user