Initial commit

This commit is contained in:
jackyu66git
2026-03-23 11:52:05 +08:00
commit c3c9db3151
267 changed files with 24984 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
var sysConsts = {
loginPath: `/pages/login/login`,
indexPath: `/pages/index/index`,
// loginPhonePath: `/pages/login-phone`,
// bookDetailPath: `/pages/book/book-detail`,
h5LoginUrl:"",
baseUrl:"",
smsDurtion: 60,
}
export {sysConsts}