create-young-proj 0.13.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (324) hide show
  1. package/README.md +31 -22
  2. package/dist/index.mjs +34 -34
  3. package/package.json +12 -11
  4. package/template-nuxt-admin/README.md +23 -16
  5. package/template-nuxt-website/README.md +117 -0
  6. package/template-uni-app/README.md +5 -0
  7. package/template-admin-server/.editorconfig +0 -11
  8. package/template-admin-server/.nvmrc +0 -1
  9. package/template-admin-server/.vscode/extensions.json +0 -6
  10. package/template-admin-server/.vscode/settings.json +0 -4
  11. package/template-admin-server/_gitignore +0 -15
  12. package/template-admin-server/boot.mjs +0 -11
  13. package/template-admin-server/package.json +0 -60
  14. package/template-admin-server/rome.json +0 -22
  15. package/template-admin-server/src/config/config.default.ts +0 -56
  16. package/template-admin-server/src/configuration.ts +0 -47
  17. package/template-admin-server/src/controller/admin.controller.ts +0 -397
  18. package/template-admin-server/src/controller/api.controller.ts +0 -98
  19. package/template-admin-server/src/controller/base.controller.ts +0 -70
  20. package/template-admin-server/src/controller/dto/api.ts +0 -47
  21. package/template-admin-server/src/controller/dto/index.ts +0 -36
  22. package/template-admin-server/src/controller/dto/menu.ts +0 -41
  23. package/template-admin-server/src/controller/dto/role.ts +0 -41
  24. package/template-admin-server/src/controller/dto/user.ts +0 -52
  25. package/template-admin-server/src/controller/menu.controller.ts +0 -138
  26. package/template-admin-server/src/controller/role.controller.ts +0 -116
  27. package/template-admin-server/src/controller/user.controller.ts +0 -108
  28. package/template-admin-server/src/entities/Api.ts +0 -29
  29. package/template-admin-server/src/entities/BaseCreate.ts +0 -30
  30. package/template-admin-server/src/entities/Menu.ts +0 -39
  31. package/template-admin-server/src/entities/Role.ts +0 -36
  32. package/template-admin-server/src/entities/User.ts +0 -35
  33. package/template-admin-server/src/entities/index.ts +0 -10
  34. package/template-admin-server/src/filter/default.filter.ts +0 -22
  35. package/template-admin-server/src/filter/notfound.filter.ts +0 -23
  36. package/template-admin-server/src/middleware/helper.middleware.ts +0 -28
  37. package/template-admin-server/src/middleware/index.ts +0 -9
  38. package/template-admin-server/src/middleware/jwt.middleware.ts +0 -32
  39. package/template-admin-server/src/middleware/report.middleware.ts +0 -26
  40. package/template-admin-server/src/service/api.service.ts +0 -174
  41. package/template-admin-server/src/service/basic.ts +0 -118
  42. package/template-admin-server/src/service/index.ts +0 -10
  43. package/template-admin-server/src/service/menu.service.ts +0 -139
  44. package/template-admin-server/src/service/role.service.ts +0 -286
  45. package/template-admin-server/src/service/user.service.ts +0 -124
  46. package/template-admin-server/src/strategy/jwt.strategy.ts +0 -26
  47. package/template-admin-server/src/types/index.ts +0 -42
  48. package/template-admin-server/src/types/types.d.ts +0 -31
  49. package/template-admin-server/tsconfig.json +0 -24
  50. package/template-nuxt-admin/.eslintrc +0 -14
  51. package/template-nuxt-admin/.vscode/extensions.json +0 -12
  52. package/template-nuxt-admin/.vscode/settings.json +0 -25
  53. package/template-nuxt-admin/Dockerfile +0 -41
  54. package/template-nuxt-admin/_gitignore +0 -23
  55. package/template-nuxt-admin/_npmrc +0 -2
  56. package/template-nuxt-admin/app.vue +0 -41
  57. package/template-nuxt-admin/boot.mjs +0 -16
  58. package/template-nuxt-admin/components/ScreenFull.vue +0 -19
  59. package/template-nuxt-admin/components/TopSearch.vue +0 -77
  60. package/template-nuxt-admin/components/TopUser.vue +0 -72
  61. package/template-nuxt-admin/components/YoungChangePassword.vue +0 -97
  62. package/template-nuxt-admin/components/YoungCodeInput.vue +0 -66
  63. package/template-nuxt-admin/components/YoungLink.vue +0 -24
  64. package/template-nuxt-admin/components/YoungLoading.vue +0 -39
  65. package/template-nuxt-admin/components/layout/Footer.vue +0 -29
  66. package/template-nuxt-admin/components/layout/Logo.vue +0 -54
  67. package/template-nuxt-admin/components/layout/Main.vue +0 -26
  68. package/template-nuxt-admin/components/layout/NavBar.vue +0 -89
  69. package/template-nuxt-admin/components/layout/SideBar.vue +0 -96
  70. package/template-nuxt-admin/components/layout/SubMenu.vue +0 -52
  71. package/template-nuxt-admin/components/layout/TabsBar.vue +0 -184
  72. package/template-nuxt-admin/composables/api.ts +0 -105
  73. package/template-nuxt-admin/composables/apis/delete.ts +0 -37
  74. package/template-nuxt-admin/composables/apis/get.ts +0 -83
  75. package/template-nuxt-admin/composables/apis/index.ts +0 -10
  76. package/template-nuxt-admin/composables/apis/patch.ts +0 -74
  77. package/template-nuxt-admin/composables/apis/post.ts +0 -85
  78. package/template-nuxt-admin/composables/config.ts +0 -13
  79. package/template-nuxt-admin/composables/icon.ts +0 -27
  80. package/template-nuxt-admin/composables/nav.ts +0 -75
  81. package/template-nuxt-admin/composables/tags.ts +0 -136
  82. package/template-nuxt-admin/composables/user.ts +0 -46
  83. package/template-nuxt-admin/config/.devrc +0 -1
  84. package/template-nuxt-admin/config/.onlinerc +0 -1
  85. package/template-nuxt-admin/config/.testrc +0 -1
  86. package/template-nuxt-admin/env.d.ts +0 -47
  87. package/template-nuxt-admin/error.vue +0 -61
  88. package/template-nuxt-admin/layouts/blank.vue +0 -9
  89. package/template-nuxt-admin/layouts/default.vue +0 -125
  90. package/template-nuxt-admin/middleware/auth.global.ts +0 -69
  91. package/template-nuxt-admin/nuxt.config.ts +0 -106
  92. package/template-nuxt-admin/package.json +0 -64
  93. package/template-nuxt-admin/pages/home/[id].vue +0 -28
  94. package/template-nuxt-admin/pages/index.vue +0 -15
  95. package/template-nuxt-admin/pages/login.vue +0 -199
  96. package/template-nuxt-admin/pages/system/api.vue +0 -179
  97. package/template-nuxt-admin/pages/system/hooks/useRole.ts +0 -335
  98. package/template-nuxt-admin/pages/system/menuList.vue +0 -353
  99. package/template-nuxt-admin/pages/system/role.vue +0 -145
  100. package/template-nuxt-admin/pages/system/user.vue +0 -225
  101. package/template-nuxt-admin/plugins/directive.ts +0 -26
  102. package/template-nuxt-admin/public/bg.webp +0 -0
  103. package/template-nuxt-admin/public/default_avatar.svg +0 -1
  104. package/template-nuxt-admin/public/favicon.svg +0 -2
  105. package/template-nuxt-admin/public/image_placeholder.svg +0 -15
  106. package/template-nuxt-admin/public/logo.svg +0 -2
  107. package/template-nuxt-admin/public/tabbar_bg.png +0 -0
  108. package/template-nuxt-admin/server/api/[...all].ts +0 -10
  109. package/template-nuxt-admin/server/plugins/env.ts +0 -87
  110. package/template-nuxt-admin/server/routes/get/env.ts +0 -13
  111. package/template-nuxt-admin/server/tsconfig.json +0 -3
  112. package/template-nuxt-admin/server/utils/index.ts +0 -36
  113. package/template-nuxt-admin/styles/element.scss +0 -30
  114. package/template-nuxt-admin/styles/index.scss +0 -59
  115. package/template-nuxt-admin/styles/variable.scss +0 -103
  116. package/template-nuxt-admin/tsconfig.json +0 -7
  117. package/template-nuxt-admin/typings/global.d.ts +0 -16
  118. package/template-nuxt-admin/typings/system.d.ts +0 -66
  119. package/template-nuxt-admin/typings/user.d.ts +0 -19
  120. package/template-nuxt-admin/uno.config.ts +0 -40
  121. package/template-nuxt-admin/utils/tool.ts +0 -199
  122. package/template-nuxt-admin/yarn.lock +0 -8487
  123. package/template-uni-app/.eslintignore +0 -1
  124. package/template-uni-app/.eslintrc +0 -16
  125. package/template-uni-app/.vscode/.server-controller-port.log +0 -5
  126. package/template-uni-app/.vscode/css.code-snippets +0 -398
  127. package/template-uni-app/.vscode/extensions.json +0 -12
  128. package/template-uni-app/.vscode/js.code-snippets +0 -1669
  129. package/template-uni-app/.vscode/settings.json +0 -25
  130. package/template-uni-app/.vscode/vue-html.code-snippets +0 -682
  131. package/template-uni-app/_env +0 -3
  132. package/template-uni-app/_env.development +0 -11
  133. package/template-uni-app/_env.production +0 -8
  134. package/template-uni-app/_env.test +0 -11
  135. package/template-uni-app/_gitignore +0 -3
  136. package/template-uni-app/_npmrc +0 -2
  137. package/template-uni-app/auto-imports.d.ts +0 -413
  138. package/template-uni-app/components.d.ts +0 -17
  139. package/template-uni-app/custom-plugins/index.ts +0 -7
  140. package/template-uni-app/custom-plugins/multiconf.ts +0 -74
  141. package/template-uni-app/dist/dev/mp-weixin/apis/index.js +0 -43
  142. package/template-uni-app/dist/dev/mp-weixin/apis/requests/get.js +0 -10
  143. package/template-uni-app/dist/dev/mp-weixin/apis/requests/index.js +0 -1
  144. package/template-uni-app/dist/dev/mp-weixin/apis/requests/post.js +0 -15
  145. package/template-uni-app/dist/dev/mp-weixin/app.js +0 -92
  146. package/template-uni-app/dist/dev/mp-weixin/app.json +0 -51
  147. package/template-uni-app/dist/dev/mp-weixin/app.wxss +0 -2378
  148. package/template-uni-app/dist/dev/mp-weixin/common/assets.js +0 -13
  149. package/template-uni-app/dist/dev/mp-weixin/common/vendor.js +0 -9166
  150. package/template-uni-app/dist/dev/mp-weixin/components/young-loading/young-loading.js +0 -22
  151. package/template-uni-app/dist/dev/mp-weixin/components/young-loading/young-loading.json +0 -4
  152. package/template-uni-app/dist/dev/mp-weixin/components/young-loading/young-loading.wxml +0 -1
  153. package/template-uni-app/dist/dev/mp-weixin/components/young-loading/young-loading.wxss +0 -0
  154. package/template-uni-app/dist/dev/mp-weixin/components/young-loading-mini/young-loading-mini.js +0 -22
  155. package/template-uni-app/dist/dev/mp-weixin/components/young-loading-mini/young-loading-mini.json +0 -4
  156. package/template-uni-app/dist/dev/mp-weixin/components/young-loading-mini/young-loading-mini.wxml +0 -1
  157. package/template-uni-app/dist/dev/mp-weixin/components/young-loading-mini/young-loading-mini.wxss +0 -0
  158. package/template-uni-app/dist/dev/mp-weixin/components/young-navbar/young-navbar.js +0 -81
  159. package/template-uni-app/dist/dev/mp-weixin/components/young-navbar/young-navbar.json +0 -4
  160. package/template-uni-app/dist/dev/mp-weixin/components/young-navbar/young-navbar.wxml +0 -1
  161. package/template-uni-app/dist/dev/mp-weixin/components/young-navbar/young-navbar.wxss +0 -108
  162. package/template-uni-app/dist/dev/mp-weixin/components/young-tabbar/young-tabbar.js +0 -55
  163. package/template-uni-app/dist/dev/mp-weixin/components/young-tabbar/young-tabbar.json +0 -4
  164. package/template-uni-app/dist/dev/mp-weixin/components/young-tabbar/young-tabbar.wxml +0 -1
  165. package/template-uni-app/dist/dev/mp-weixin/components/young-tabbar/young-tabbar.wxss +0 -88
  166. package/template-uni-app/dist/dev/mp-weixin/config/enum.js +0 -21
  167. package/template-uni-app/dist/dev/mp-weixin/config/index.js +0 -1
  168. package/template-uni-app/dist/dev/mp-weixin/config/map.js +0 -1
  169. package/template-uni-app/dist/dev/mp-weixin/layouts/default.js +0 -29
  170. package/template-uni-app/dist/dev/mp-weixin/layouts/default.json +0 -6
  171. package/template-uni-app/dist/dev/mp-weixin/layouts/default.wxml +0 -1
  172. package/template-uni-app/dist/dev/mp-weixin/layouts/default.wxss +0 -0
  173. package/template-uni-app/dist/dev/mp-weixin/layouts/tabbar.js +0 -56
  174. package/template-uni-app/dist/dev/mp-weixin/layouts/tabbar.json +0 -9
  175. package/template-uni-app/dist/dev/mp-weixin/layouts/tabbar.wxml +0 -1
  176. package/template-uni-app/dist/dev/mp-weixin/layouts/tabbar.wxss +0 -0
  177. package/template-uni-app/dist/dev/mp-weixin/node-modules/@dcloudio/uni-ui/lib/uni-card/uni-card.js +0 -98
  178. package/template-uni-app/dist/dev/mp-weixin/node-modules/@dcloudio/uni-ui/lib/uni-card/uni-card.json +0 -4
  179. package/template-uni-app/dist/dev/mp-weixin/node-modules/@dcloudio/uni-ui/lib/uni-card/uni-card.wxml +0 -1
  180. package/template-uni-app/dist/dev/mp-weixin/node-modules/@dcloudio/uni-ui/lib/uni-card/uni-card.wxss +0 -125
  181. package/template-uni-app/dist/dev/mp-weixin/pages/demo/index.js +0 -37
  182. package/template-uni-app/dist/dev/mp-weixin/pages/demo/index.json +0 -5
  183. package/template-uni-app/dist/dev/mp-weixin/pages/demo/index.wxml +0 -1
  184. package/template-uni-app/dist/dev/mp-weixin/pages/demo/index.wxss +0 -0
  185. package/template-uni-app/dist/dev/mp-weixin/pages/index.js +0 -50
  186. package/template-uni-app/dist/dev/mp-weixin/pages/index.json +0 -5
  187. package/template-uni-app/dist/dev/mp-weixin/pages/index.wxml +0 -1
  188. package/template-uni-app/dist/dev/mp-weixin/pages/index.wxss +0 -0
  189. package/template-uni-app/dist/dev/mp-weixin/pages/my.js +0 -22
  190. package/template-uni-app/dist/dev/mp-weixin/pages/my.json +0 -3
  191. package/template-uni-app/dist/dev/mp-weixin/pages/my.wxml +0 -1
  192. package/template-uni-app/dist/dev/mp-weixin/pages/my.wxss +0 -0
  193. package/template-uni-app/dist/dev/mp-weixin/project.config.json +0 -55
  194. package/template-uni-app/dist/dev/mp-weixin/project.private.config.json +0 -6
  195. package/template-uni-app/dist/dev/mp-weixin/static/back.png +0 -0
  196. package/template-uni-app/dist/dev/mp-weixin/static/h.png +0 -0
  197. package/template-uni-app/dist/dev/mp-weixin/static/home.png +0 -0
  198. package/template-uni-app/dist/dev/mp-weixin/static/home_active.png +0 -0
  199. package/template-uni-app/dist/dev/mp-weixin/static/more.png +0 -0
  200. package/template-uni-app/dist/dev/mp-weixin/static/my.png +0 -0
  201. package/template-uni-app/dist/dev/mp-weixin/static/my_active.png +0 -0
  202. package/template-uni-app/dist/dev/mp-weixin/static/network.png +0 -0
  203. package/template-uni-app/dist/dev/mp-weixin/store/index.js +0 -8
  204. package/template-uni-app/dist/dev/mp-weixin/store/local/index.js +0 -13
  205. package/template-uni-app/dist/dev/mp-weixin/store/system.js +0 -14
  206. package/template-uni-app/dist/dev/mp-weixin/utils/modal.js +0 -78
  207. package/template-uni-app/dist/dev/mp-weixin/utils/route.js +0 -83
  208. package/template-uni-app/dist/dev/mp-weixin/utils/system.js +0 -27
  209. package/template-uni-app/index.html +0 -23
  210. package/template-uni-app/manifest.config.ts +0 -88
  211. package/template-uni-app/package.json +0 -108
  212. package/template-uni-app/pages.config.ts +0 -58
  213. package/template-uni-app/pnpm-lock.yaml +0 -9967
  214. package/template-uni-app/src/App.vue +0 -79
  215. package/template-uni-app/src/apis/index.ts +0 -54
  216. package/template-uni-app/src/apis/requests/get.ts +0 -52
  217. package/template-uni-app/src/apis/requests/index.ts +0 -8
  218. package/template-uni-app/src/apis/requests/post.ts +0 -23
  219. package/template-uni-app/src/components/young-loading/young-loading.vue +0 -36
  220. package/template-uni-app/src/components/young-loading-mini/young-loading-mini.vue +0 -35
  221. package/template-uni-app/src/components/young-navbar/young-navbar.vue +0 -252
  222. package/template-uni-app/src/components/young-tabbar/young-tabbar.vue +0 -145
  223. package/template-uni-app/src/config/enum.ts +0 -47
  224. package/template-uni-app/src/config/index.ts +0 -8
  225. package/template-uni-app/src/config/map.ts +0 -15
  226. package/template-uni-app/src/env.d.ts +0 -36
  227. package/template-uni-app/src/layouts/default.vue +0 -22
  228. package/template-uni-app/src/layouts/tabbar.vue +0 -38
  229. package/template-uni-app/src/main.ts +0 -20
  230. package/template-uni-app/src/manifest.json +0 -75
  231. package/template-uni-app/src/pages/demo/index.vue +0 -30
  232. package/template-uni-app/src/pages/index.vue +0 -65
  233. package/template-uni-app/src/pages/my.vue +0 -30
  234. package/template-uni-app/src/pages.json +0 -74
  235. package/template-uni-app/src/static/back.png +0 -0
  236. package/template-uni-app/src/static/h.png +0 -0
  237. package/template-uni-app/src/static/home.png +0 -0
  238. package/template-uni-app/src/static/home_active.png +0 -0
  239. package/template-uni-app/src/static/more.png +0 -0
  240. package/template-uni-app/src/static/my.png +0 -0
  241. package/template-uni-app/src/static/my_active.png +0 -0
  242. package/template-uni-app/src/static/network.png +0 -0
  243. package/template-uni-app/src/store/index.ts +0 -16
  244. package/template-uni-app/src/store/local/index.ts +0 -42
  245. package/template-uni-app/src/store/system.ts +0 -21
  246. package/template-uni-app/src/typings/global.d.ts +0 -7
  247. package/template-uni-app/src/uni.scss +0 -76
  248. package/template-uni-app/src/utils/auth.ts +0 -204
  249. package/template-uni-app/src/utils/index.ts +0 -11
  250. package/template-uni-app/src/utils/map.ts +0 -98
  251. package/template-uni-app/src/utils/modal.ts +0 -120
  252. package/template-uni-app/src/utils/route.ts +0 -151
  253. package/template-uni-app/src/utils/system.ts +0 -67
  254. package/template-uni-app/tsconfig.json +0 -16
  255. package/template-uni-app/unocss.config.ts +0 -30
  256. package/template-uni-app/vite.config.ts +0 -63
  257. package/template-uni-app/volar.config.js +0 -6
  258. package/template-vue-mobile/.vscode/base.code-snippets +0 -24
  259. package/template-vue-mobile/.vscode/extensions.json +0 -10
  260. package/template-vue-mobile/.vscode/settings.json +0 -7
  261. package/template-vue-mobile/Dockerfile +0 -42
  262. package/template-vue-mobile/_env +0 -6
  263. package/template-vue-mobile/_gitignore +0 -30
  264. package/template-vue-mobile/boot.mjs +0 -16
  265. package/template-vue-mobile/build/custom-plugin.ts +0 -30
  266. package/template-vue-mobile/build/index.ts +0 -7
  267. package/template-vue-mobile/build/plugins.ts +0 -68
  268. package/template-vue-mobile/config/.devrc +0 -2
  269. package/template-vue-mobile/config/.onlinerc +0 -1
  270. package/template-vue-mobile/config/.testrc +0 -1
  271. package/template-vue-mobile/index.html +0 -25
  272. package/template-vue-mobile/nitro.config.ts +0 -19
  273. package/template-vue-mobile/package.json +0 -48
  274. package/template-vue-mobile/plugins/env.ts +0 -26
  275. package/template-vue-mobile/public/vite.svg +0 -1
  276. package/template-vue-mobile/rome.json +0 -24
  277. package/template-vue-mobile/routes/[...all].ts +0 -11
  278. package/template-vue-mobile/routes/get/env.ts +0 -25
  279. package/template-vue-mobile/src/App.vue +0 -29
  280. package/template-vue-mobile/src/auto-components.d.ts +0 -24
  281. package/template-vue-mobile/src/auto-imports.d.ts +0 -289
  282. package/template-vue-mobile/src/components/Init.vue +0 -36
  283. package/template-vue-mobile/src/global.d.ts +0 -7
  284. package/template-vue-mobile/src/hooks/useVerifyCode.ts +0 -46
  285. package/template-vue-mobile/src/layouts/blank.vue +0 -9
  286. package/template-vue-mobile/src/layouts/default.vue +0 -27
  287. package/template-vue-mobile/src/layouts/sub.vue +0 -20
  288. package/template-vue-mobile/src/main.ts +0 -35
  289. package/template-vue-mobile/src/modules/1-router.ts +0 -40
  290. package/template-vue-mobile/src/modules/2-pinia.ts +0 -10
  291. package/template-vue-mobile/src/modules/3-net.ts +0 -46
  292. package/template-vue-mobile/src/modules/4-auth.ts +0 -64
  293. package/template-vue-mobile/src/views/[...all_404].vue +0 -557
  294. package/template-vue-mobile/src/views/base/login.vue +0 -110
  295. package/template-vue-mobile/src/views/base/resetPasswd.vue +0 -88
  296. package/template-vue-mobile/src/views/index.vue +0 -18
  297. package/template-vue-mobile/src/views/my.vue +0 -15
  298. package/template-vue-mobile/src/views/sub.vue +0 -18
  299. package/template-vue-mobile/src/vite-env.d.ts +0 -43
  300. package/template-vue-mobile/tsconfig.json +0 -21
  301. package/template-vue-mobile/tsconfig.node.json +0 -9
  302. package/template-vue-mobile/unocss.config.ts +0 -47
  303. package/template-vue-mobile/vite.config.ts +0 -32
  304. package/template-vue-mobile/yarn.lock +0 -4395
  305. package/template-vue-thin/.vscode/extensions.json +0 -10
  306. package/template-vue-thin/.vscode/settings.json +0 -4
  307. package/template-vue-thin/_env +0 -1
  308. package/template-vue-thin/_gitignore +0 -29
  309. package/template-vue-thin/index.html +0 -21
  310. package/template-vue-thin/package.json +0 -40
  311. package/template-vue-thin/public/vite.svg +0 -1
  312. package/template-vue-thin/src/App.vue +0 -9
  313. package/template-vue-thin/src/layouts/blank.vue +0 -9
  314. package/template-vue-thin/src/layouts/default.vue +0 -12
  315. package/template-vue-thin/src/layouts/list.vue +0 -12
  316. package/template-vue-thin/src/main.ts +0 -58
  317. package/template-vue-thin/src/views/[...all_404].vue +0 -488
  318. package/template-vue-thin/src/views/index.vue +0 -19
  319. package/template-vue-thin/src/views/list.vue +0 -17
  320. package/template-vue-thin/src/vite-env.d.ts +0 -22
  321. package/template-vue-thin/tsconfig.json +0 -21
  322. package/template-vue-thin/tsconfig.node.json +0 -9
  323. package/template-vue-thin/unocss.config.ts +0 -47
  324. package/template-vue-thin/vite.config.ts +0 -64
@@ -1,289 +0,0 @@
1
- // Generated by 'unplugin-auto-import'
2
- export {}
3
- declare global {
4
- const EffectScope: typeof import('vue')['EffectScope']
5
- const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate']
6
- const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
7
- const autoResetRef: typeof import('@vueuse/core')['autoResetRef']
8
- const computed: typeof import('vue')['computed']
9
- const computedAsync: typeof import('@vueuse/core')['computedAsync']
10
- const computedEager: typeof import('@vueuse/core')['computedEager']
11
- const computedInject: typeof import('@vueuse/core')['computedInject']
12
- const computedWithControl: typeof import('@vueuse/core')['computedWithControl']
13
- const controlledComputed: typeof import('@vueuse/core')['controlledComputed']
14
- const controlledRef: typeof import('@vueuse/core')['controlledRef']
15
- const createApp: typeof import('vue')['createApp']
16
- const createEventHook: typeof import('@vueuse/core')['createEventHook']
17
- const createGlobalState: typeof import('@vueuse/core')['createGlobalState']
18
- const createInjectionState: typeof import('@vueuse/core')['createInjectionState']
19
- const createPinia: typeof import('pinia')['createPinia']
20
- const createReactiveFn: typeof import('@vueuse/core')['createReactiveFn']
21
- const createSharedComposable: typeof import('@vueuse/core')['createSharedComposable']
22
- const createUnrefFn: typeof import('@vueuse/core')['createUnrefFn']
23
- const customRef: typeof import('vue')['customRef']
24
- const debouncedRef: typeof import('@vueuse/core')['debouncedRef']
25
- const debouncedWatch: typeof import('@vueuse/core')['debouncedWatch']
26
- const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
27
- const defineComponent: typeof import('vue')['defineComponent']
28
- const defineStore: typeof import('pinia')['defineStore']
29
- const eagerComputed: typeof import('@vueuse/core')['eagerComputed']
30
- const effectScope: typeof import('vue')['effectScope']
31
- const extendRef: typeof import('@vueuse/core')['extendRef']
32
- const getActivePinia: typeof import('pinia')['getActivePinia']
33
- const getCurrentInstance: typeof import('vue')['getCurrentInstance']
34
- const getCurrentScope: typeof import('vue')['getCurrentScope']
35
- const h: typeof import('vue')['h']
36
- const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
37
- const inject: typeof import('vue')['inject']
38
- const isDefined: typeof import('@vueuse/core')['isDefined']
39
- const isProxy: typeof import('vue')['isProxy']
40
- const isReactive: typeof import('vue')['isReactive']
41
- const isReadonly: typeof import('vue')['isReadonly']
42
- const isRef: typeof import('vue')['isRef']
43
- const makeDestructurable: typeof import('@vueuse/core')['makeDestructurable']
44
- const mapActions: typeof import('pinia')['mapActions']
45
- const mapGetters: typeof import('pinia')['mapGetters']
46
- const mapState: typeof import('pinia')['mapState']
47
- const mapStores: typeof import('pinia')['mapStores']
48
- const mapWritableState: typeof import('pinia')['mapWritableState']
49
- const markRaw: typeof import('vue')['markRaw']
50
- const nextTick: typeof import('vue')['nextTick']
51
- const onActivated: typeof import('vue')['onActivated']
52
- const onBeforeMount: typeof import('vue')['onBeforeMount']
53
- const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
54
- const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
55
- const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
56
- const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
57
- const onClickOutside: typeof import('@vueuse/core')['onClickOutside']
58
- const onDeactivated: typeof import('vue')['onDeactivated']
59
- const onErrorCaptured: typeof import('vue')['onErrorCaptured']
60
- const onKeyStroke: typeof import('@vueuse/core')['onKeyStroke']
61
- const onLongPress: typeof import('@vueuse/core')['onLongPress']
62
- const onMounted: typeof import('vue')['onMounted']
63
- const onRenderTracked: typeof import('vue')['onRenderTracked']
64
- const onRenderTriggered: typeof import('vue')['onRenderTriggered']
65
- const onScopeDispose: typeof import('vue')['onScopeDispose']
66
- const onServerPrefetch: typeof import('vue')['onServerPrefetch']
67
- const onStartTyping: typeof import('@vueuse/core')['onStartTyping']
68
- const onUnmounted: typeof import('vue')['onUnmounted']
69
- const onUpdated: typeof import('vue')['onUpdated']
70
- const pausableWatch: typeof import('@vueuse/core')['pausableWatch']
71
- const provide: typeof import('vue')['provide']
72
- const reactify: typeof import('@vueuse/core')['reactify']
73
- const reactifyObject: typeof import('@vueuse/core')['reactifyObject']
74
- const reactive: typeof import('vue')['reactive']
75
- const reactiveComputed: typeof import('@vueuse/core')['reactiveComputed']
76
- const reactiveOmit: typeof import('@vueuse/core')['reactiveOmit']
77
- const reactivePick: typeof import('@vueuse/core')['reactivePick']
78
- const readonly: typeof import('vue')['readonly']
79
- const ref: typeof import('vue')['ref']
80
- const refAutoReset: typeof import('@vueuse/core')['refAutoReset']
81
- const refDebounced: typeof import('@vueuse/core')['refDebounced']
82
- const refDefault: typeof import('@vueuse/core')['refDefault']
83
- const refThrottled: typeof import('@vueuse/core')['refThrottled']
84
- const refWithControl: typeof import('@vueuse/core')['refWithControl']
85
- const resolveComponent: typeof import('vue')['resolveComponent']
86
- const resolveDirective: typeof import('vue')['resolveDirective']
87
- const resolveRef: typeof import('@vueuse/core')['resolveRef']
88
- const resolveUnref: typeof import('@vueuse/core')['resolveUnref']
89
- const setActivePinia: typeof import('pinia')['setActivePinia']
90
- const setMapStoreSuffix: typeof import('pinia')['setMapStoreSuffix']
91
- const shallowReactive: typeof import('vue')['shallowReactive']
92
- const shallowReadonly: typeof import('vue')['shallowReadonly']
93
- const shallowRef: typeof import('vue')['shallowRef']
94
- const showConfirmDialog: typeof import('vant')['showConfirmDialog']
95
- const showDialog: typeof import('vant')['showDialog']
96
- const showFailToast: typeof import('vant')['showFailToast']
97
- const showImagePreview: typeof import('vant')['showImagePreview']
98
- const showLoadingToast: typeof import('vant')['showLoadingToast']
99
- const showNotify: typeof import('vant')['showNotify']
100
- const showSuccessToast: typeof import('vant')['showSuccessToast']
101
- const showToast: typeof import('vant')['showToast']
102
- const storeToRefs: typeof import('pinia')['storeToRefs']
103
- const syncRef: typeof import('@vueuse/core')['syncRef']
104
- const syncRefs: typeof import('@vueuse/core')['syncRefs']
105
- const templateRef: typeof import('@vueuse/core')['templateRef']
106
- const throttledRef: typeof import('@vueuse/core')['throttledRef']
107
- const throttledWatch: typeof import('@vueuse/core')['throttledWatch']
108
- const toRaw: typeof import('vue')['toRaw']
109
- const toReactive: typeof import('@vueuse/core')['toReactive']
110
- const toRef: typeof import('vue')['toRef']
111
- const toRefs: typeof import('vue')['toRefs']
112
- const triggerRef: typeof import('vue')['triggerRef']
113
- const tryOnBeforeMount: typeof import('@vueuse/core')['tryOnBeforeMount']
114
- const tryOnBeforeUnmount: typeof import('@vueuse/core')['tryOnBeforeUnmount']
115
- const tryOnMounted: typeof import('@vueuse/core')['tryOnMounted']
116
- const tryOnScopeDispose: typeof import('@vueuse/core')['tryOnScopeDispose']
117
- const tryOnUnmounted: typeof import('@vueuse/core')['tryOnUnmounted']
118
- const unref: typeof import('vue')['unref']
119
- const unrefElement: typeof import('@vueuse/core')['unrefElement']
120
- const until: typeof import('@vueuse/core')['until']
121
- const useActiveElement: typeof import('@vueuse/core')['useActiveElement']
122
- const useArrayEvery: typeof import('@vueuse/core')['useArrayEvery']
123
- const useArrayFilter: typeof import('@vueuse/core')['useArrayFilter']
124
- const useArrayFind: typeof import('@vueuse/core')['useArrayFind']
125
- const useArrayFindIndex: typeof import('@vueuse/core')['useArrayFindIndex']
126
- const useArrayJoin: typeof import('@vueuse/core')['useArrayJoin']
127
- const useArrayMap: typeof import('@vueuse/core')['useArrayMap']
128
- const useArrayReduce: typeof import('@vueuse/core')['useArrayReduce']
129
- const useArraySome: typeof import('@vueuse/core')['useArraySome']
130
- const useArrayUnique: typeof import('@vueuse/core')['useArrayUnique']
131
- const useAsyncQueue: typeof import('@vueuse/core')['useAsyncQueue']
132
- const useAsyncState: typeof import('@vueuse/core')['useAsyncState']
133
- const useAttrs: typeof import('vue')['useAttrs']
134
- const useBase64: typeof import('@vueuse/core')['useBase64']
135
- const useBattery: typeof import('@vueuse/core')['useBattery']
136
- const useBluetooth: typeof import('@vueuse/core')['useBluetooth']
137
- const useBreakpoints: typeof import('@vueuse/core')['useBreakpoints']
138
- const useBroadcastChannel: typeof import('@vueuse/core')['useBroadcastChannel']
139
- const useBrowserLocation: typeof import('@vueuse/core')['useBrowserLocation']
140
- const useCached: typeof import('@vueuse/core')['useCached']
141
- const useClipboard: typeof import('@vueuse/core')['useClipboard']
142
- const useCloned: typeof import('@vueuse/core')['useCloned']
143
- const useColorMode: typeof import('@vueuse/core')['useColorMode']
144
- const useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog']
145
- const useCounter: typeof import('@vueuse/core')['useCounter']
146
- const useCssModule: typeof import('vue')['useCssModule']
147
- const useCssVar: typeof import('@vueuse/core')['useCssVar']
148
- const useCssVars: typeof import('vue')['useCssVars']
149
- const useCurrentElement: typeof import('@vueuse/core')['useCurrentElement']
150
- const useCycleList: typeof import('@vueuse/core')['useCycleList']
151
- const useDark: typeof import('@vueuse/core')['useDark']
152
- const useDateFormat: typeof import('@vueuse/core')['useDateFormat']
153
- const useDebounce: typeof import('@vueuse/core')['useDebounce']
154
- const useDebounceFn: typeof import('@vueuse/core')['useDebounceFn']
155
- const useDebouncedRefHistory: typeof import('@vueuse/core')['useDebouncedRefHistory']
156
- const useDeviceMotion: typeof import('@vueuse/core')['useDeviceMotion']
157
- const useDeviceOrientation: typeof import('@vueuse/core')['useDeviceOrientation']
158
- const useDevicePixelRatio: typeof import('@vueuse/core')['useDevicePixelRatio']
159
- const useDevicesList: typeof import('@vueuse/core')['useDevicesList']
160
- const useDisplayMedia: typeof import('@vueuse/core')['useDisplayMedia']
161
- const useDocumentVisibility: typeof import('@vueuse/core')['useDocumentVisibility']
162
- const useDraggable: typeof import('@vueuse/core')['useDraggable']
163
- const useDropZone: typeof import('@vueuse/core')['useDropZone']
164
- const useElementBounding: typeof import('@vueuse/core')['useElementBounding']
165
- const useElementByPoint: typeof import('@vueuse/core')['useElementByPoint']
166
- const useElementHover: typeof import('@vueuse/core')['useElementHover']
167
- const useElementSize: typeof import('@vueuse/core')['useElementSize']
168
- const useElementVisibility: typeof import('@vueuse/core')['useElementVisibility']
169
- const useEventBus: typeof import('@vueuse/core')['useEventBus']
170
- const useEventListener: typeof import('@vueuse/core')['useEventListener']
171
- const useEventSource: typeof import('@vueuse/core')['useEventSource']
172
- const useEyeDropper: typeof import('@vueuse/core')['useEyeDropper']
173
- const useFavicon: typeof import('@vueuse/core')['useFavicon']
174
- const useFetch: typeof import('@vueuse/core')['useFetch']
175
- const useFileDialog: typeof import('@vueuse/core')['useFileDialog']
176
- const useFileSystemAccess: typeof import('@vueuse/core')['useFileSystemAccess']
177
- const useFocus: typeof import('@vueuse/core')['useFocus']
178
- const useFocusWithin: typeof import('@vueuse/core')['useFocusWithin']
179
- const useFps: typeof import('@vueuse/core')['useFps']
180
- const useFullscreen: typeof import('@vueuse/core')['useFullscreen']
181
- const useGamepad: typeof import('@vueuse/core')['useGamepad']
182
- const useGeolocation: typeof import('@vueuse/core')['useGeolocation']
183
- const useIdle: typeof import('@vueuse/core')['useIdle']
184
- const useImage: typeof import('@vueuse/core')['useImage']
185
- const useInfiniteScroll: typeof import('@vueuse/core')['useInfiniteScroll']
186
- const useIntersectionObserver: typeof import('@vueuse/core')['useIntersectionObserver']
187
- const useInterval: typeof import('@vueuse/core')['useInterval']
188
- const useIntervalFn: typeof import('@vueuse/core')['useIntervalFn']
189
- const useKeyModifier: typeof import('@vueuse/core')['useKeyModifier']
190
- const useLastChanged: typeof import('@vueuse/core')['useLastChanged']
191
- const useLink: typeof import('vue-router')['useLink']
192
- const useLocalStorage: typeof import('@vueuse/core')['useLocalStorage']
193
- const useMagicKeys: typeof import('@vueuse/core')['useMagicKeys']
194
- const useManualRefHistory: typeof import('@vueuse/core')['useManualRefHistory']
195
- const useMediaControls: typeof import('@vueuse/core')['useMediaControls']
196
- const useMediaQuery: typeof import('@vueuse/core')['useMediaQuery']
197
- const useMemoize: typeof import('@vueuse/core')['useMemoize']
198
- const useMemory: typeof import('@vueuse/core')['useMemory']
199
- const useMounted: typeof import('@vueuse/core')['useMounted']
200
- const useMouse: typeof import('@vueuse/core')['useMouse']
201
- const useMouseInElement: typeof import('@vueuse/core')['useMouseInElement']
202
- const useMousePressed: typeof import('@vueuse/core')['useMousePressed']
203
- const useMutationObserver: typeof import('@vueuse/core')['useMutationObserver']
204
- const useNavigatorLanguage: typeof import('@vueuse/core')['useNavigatorLanguage']
205
- const useNetwork: typeof import('@vueuse/core')['useNetwork']
206
- const useNow: typeof import('@vueuse/core')['useNow']
207
- const useObjectUrl: typeof import('@vueuse/core')['useObjectUrl']
208
- const useOffsetPagination: typeof import('@vueuse/core')['useOffsetPagination']
209
- const useOnline: typeof import('@vueuse/core')['useOnline']
210
- const usePageLeave: typeof import('@vueuse/core')['usePageLeave']
211
- const useParallax: typeof import('@vueuse/core')['useParallax']
212
- const usePermission: typeof import('@vueuse/core')['usePermission']
213
- const usePointer: typeof import('@vueuse/core')['usePointer']
214
- const usePointerLock: typeof import('@vueuse/core')['usePointerLock']
215
- const usePointerSwipe: typeof import('@vueuse/core')['usePointerSwipe']
216
- const usePreferredColorScheme: typeof import('@vueuse/core')['usePreferredColorScheme']
217
- const usePreferredContrast: typeof import('@vueuse/core')['usePreferredContrast']
218
- const usePreferredDark: typeof import('@vueuse/core')['usePreferredDark']
219
- const usePreferredLanguages: typeof import('@vueuse/core')['usePreferredLanguages']
220
- const usePreferredReducedMotion: typeof import('@vueuse/core')['usePreferredReducedMotion']
221
- const usePrevious: typeof import('@vueuse/core')['usePrevious']
222
- const useRafFn: typeof import('@vueuse/core')['useRafFn']
223
- const useRefHistory: typeof import('@vueuse/core')['useRefHistory']
224
- const useResizeObserver: typeof import('@vueuse/core')['useResizeObserver']
225
- const useRoute: typeof import('vue-router')['useRoute']
226
- const useRouter: typeof import('vue-router')['useRouter']
227
- const useScreenOrientation: typeof import('@vueuse/core')['useScreenOrientation']
228
- const useScreenSafeArea: typeof import('@vueuse/core')['useScreenSafeArea']
229
- const useScriptTag: typeof import('@vueuse/core')['useScriptTag']
230
- const useScroll: typeof import('@vueuse/core')['useScroll']
231
- const useScrollLock: typeof import('@vueuse/core')['useScrollLock']
232
- const useSessionStorage: typeof import('@vueuse/core')['useSessionStorage']
233
- const useShare: typeof import('@vueuse/core')['useShare']
234
- const useSlots: typeof import('vue')['useSlots']
235
- const useSorted: typeof import('@vueuse/core')['useSorted']
236
- const useSpeechRecognition: typeof import('@vueuse/core')['useSpeechRecognition']
237
- const useSpeechSynthesis: typeof import('@vueuse/core')['useSpeechSynthesis']
238
- const useStepper: typeof import('@vueuse/core')['useStepper']
239
- const useStorage: typeof import('@vueuse/core')['useStorage']
240
- const useStorageAsync: typeof import('@vueuse/core')['useStorageAsync']
241
- const useStyleTag: typeof import('@vueuse/core')['useStyleTag']
242
- const useSupported: typeof import('@vueuse/core')['useSupported']
243
- const useSwipe: typeof import('@vueuse/core')['useSwipe']
244
- const useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList']
245
- const useTextDirection: typeof import('@vueuse/core')['useTextDirection']
246
- const useTextSelection: typeof import('@vueuse/core')['useTextSelection']
247
- const useTextareaAutosize: typeof import('@vueuse/core')['useTextareaAutosize']
248
- const useThrottle: typeof import('@vueuse/core')['useThrottle']
249
- const useThrottleFn: typeof import('@vueuse/core')['useThrottleFn']
250
- const useThrottledRefHistory: typeof import('@vueuse/core')['useThrottledRefHistory']
251
- const useTimeAgo: typeof import('@vueuse/core')['useTimeAgo']
252
- const useTimeout: typeof import('@vueuse/core')['useTimeout']
253
- const useTimeoutFn: typeof import('@vueuse/core')['useTimeoutFn']
254
- const useTimeoutPoll: typeof import('@vueuse/core')['useTimeoutPoll']
255
- const useTimestamp: typeof import('@vueuse/core')['useTimestamp']
256
- const useTitle: typeof import('@vueuse/core')['useTitle']
257
- const useToNumber: typeof import('@vueuse/core')['useToNumber']
258
- const useToString: typeof import('@vueuse/core')['useToString']
259
- const useToggle: typeof import('@vueuse/core')['useToggle']
260
- const useTransition: typeof import('@vueuse/core')['useTransition']
261
- const useUrlSearchParams: typeof import('@vueuse/core')['useUrlSearchParams']
262
- const useUserMedia: typeof import('@vueuse/core')['useUserMedia']
263
- const useVModel: typeof import('@vueuse/core')['useVModel']
264
- const useVModels: typeof import('@vueuse/core')['useVModels']
265
- const useVibrate: typeof import('@vueuse/core')['useVibrate']
266
- const useVirtualList: typeof import('@vueuse/core')['useVirtualList']
267
- const useWakeLock: typeof import('@vueuse/core')['useWakeLock']
268
- const useWebNotification: typeof import('@vueuse/core')['useWebNotification']
269
- const useWebSocket: typeof import('@vueuse/core')['useWebSocket']
270
- const useWebWorker: typeof import('@vueuse/core')['useWebWorker']
271
- const useWebWorkerFn: typeof import('@vueuse/core')['useWebWorkerFn']
272
- const useWindowFocus: typeof import('@vueuse/core')['useWindowFocus']
273
- const useWindowScroll: typeof import('@vueuse/core')['useWindowScroll']
274
- const useWindowSize: typeof import('@vueuse/core')['useWindowSize']
275
- const watch: typeof import('vue')['watch']
276
- const watchArray: typeof import('@vueuse/core')['watchArray']
277
- const watchAtMost: typeof import('@vueuse/core')['watchAtMost']
278
- const watchDebounced: typeof import('@vueuse/core')['watchDebounced']
279
- const watchEffect: typeof import('vue')['watchEffect']
280
- const watchIgnorable: typeof import('@vueuse/core')['watchIgnorable']
281
- const watchOnce: typeof import('@vueuse/core')['watchOnce']
282
- const watchPausable: typeof import('@vueuse/core')['watchPausable']
283
- const watchPostEffect: typeof import('vue')['watchPostEffect']
284
- const watchSyncEffect: typeof import('vue')['watchSyncEffect']
285
- const watchThrottled: typeof import('@vueuse/core')['watchThrottled']
286
- const watchTriggerable: typeof import('@vueuse/core')['watchTriggerable']
287
- const watchWithFilter: typeof import('@vueuse/core')['watchWithFilter']
288
- const whenever: typeof import('@vueuse/core')['whenever']
289
- }
@@ -1,36 +0,0 @@
1
- <!--
2
- * @Author: zhangyang
3
- * @Date: 2023-02-01 11:54:25
4
- * @LastEditTime: 2023-02-01 11:59:36
5
- * @Description:
6
- -->
7
- <script lang="ts" setup>
8
- import { server } from 'virtual:local-server';
9
-
10
- (async () => {
11
- // 获取环境变量
12
- let viteEnv;
13
- // 注入此环境变量,可以兼容现有的部署方式
14
- if (import.meta.env.VITE_USE_DEFAULT_DEPLOY_METHOD) {
15
- viteEnv = import.meta.env;
16
- // console.log("🚀 ~ file: main.ts ~ line 19 ~ viteEnv", viteEnv)
17
- } else if (import.meta.env.DEV) {
18
- // 开发环境,局域网 ip
19
- viteEnv = await (await fetch(server + '/get/env')).json();
20
- // console.log("🚀 ~ file: main.ts ~ line 24 ~ viteEnv", viteEnv)
21
- } else {
22
- // 部署环境,需要配合 node server 使用
23
- viteEnv = await (await fetch(`/get/env`)).json();
24
- // console.log("🚀 ~ file: main.ts ~ line 28 ~ viteEnv", viteEnv)
25
- }
26
- window.__YOUNG_VITE_ENV__ = viteEnv;
27
-
28
- // 设定视口高度,防止软键盘影响布局
29
- const metaElement = document.querySelector('#viewportMeta');
30
- metaElement?.setAttribute('content', `maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width,initial-scale=1.0,viewport-fit=cover,height=${window.innerHeight}`);
31
-
32
- })();
33
- </script>
34
- <template>
35
- <div hidden></div>
36
- </template>
@@ -1,7 +0,0 @@
1
- /*
2
- * @Author: zhangyang
3
- * @Date: 2023-01-13 15:42:30
4
- * @LastEditTime: 2023-01-13 15:42:31
5
- * @Description:
6
- */
7
- type UserModule = (ctx: App<Element>, ...args: any[]) => void;
@@ -1,46 +0,0 @@
1
- /*
2
- * @Author: zhangyang
3
- * @Date: 2021-09-10 09:23:47
4
- * @LastEditTime: 2023-01-13 16:26:47
5
- * @Description: 发送短信验证码的逻辑抽离
6
- */
7
- import { useCountDown } from '@vant/use';
8
- interface UseVerifyOptions {
9
- t: number;
10
- cbk(): void;
11
- }
12
-
13
- const defaultOptions: UseVerifyOptions = {
14
- t: 60,
15
- cbk: async () => {
16
- // todo: 调用发送验证码的接口
17
- // await get_verify_code();
18
- showToast('验证码已发送\n请注意查收');
19
- },
20
- };
21
- export const useVerifyCode = (options: UseVerifyOptions = defaultOptions) => {
22
- options = Object.assign(defaultOptions, options);
23
- const countDown = useCountDown({
24
- time: options.t * 1000,
25
- });
26
- const isClicked = ref(false);
27
- const sendClick = async () => {
28
- if (!isClicked.value) {
29
- countDown.start();
30
- isClicked.value = true;
31
- await options.cbk();
32
- }
33
- };
34
- watchEffect(() => {
35
- if (countDown.current.value.seconds === 0) {
36
- isClicked.value = false;
37
- countDown.reset();
38
- }
39
- });
40
-
41
- return {
42
- countDown,
43
- sendClick,
44
- isClicked,
45
- };
46
- };
@@ -1,9 +0,0 @@
1
- <!--
2
- * @Author: zhangyang
3
- * @Date: 2022-12-03 16:22:39
4
- * @LastEditTime: 2022-12-03 16:22:40
5
- * @Description:
6
- -->
7
- <template>
8
- <RouterView />
9
- </template>
@@ -1,27 +0,0 @@
1
- <!--
2
- * @Author: zhangyang
3
- * @Date: 2022-12-03 16:20:06
4
- * @LastEditTime: 2023-02-01 11:16:19
5
- * @Description:
6
- -->
7
- <script lang="ts" setup>
8
- const route = useRoute();
9
- const title = computed(() => route.meta.title || import.meta.env.VITE_TITLE);
10
- </script>
11
-
12
- <template>
13
- <VanNavBar :border="false">
14
- <template #title>
15
- <span class="text-[#FFFFFF] text-16px font-700">{{ title }}</span>
16
- </template>
17
- </VanNavBar>
18
- <RouterView v-bind="$attrs" />
19
- <VanTabbar route>
20
- <VanTabbarItem to="/" icon="home-o">
21
- <span>首页</span>
22
- </VanTabbarItem>
23
- <VanTabbarItem to="/my" icon="user-o">
24
- <span>我的</span>
25
- </VanTabbarItem>
26
- </VanTabbar>
27
- </template>
@@ -1,20 +0,0 @@
1
- <!--
2
- * @Author: zhangyang
3
- * @Date: 2022-12-03 16:21:10
4
- * @LastEditTime: 2023-02-01 11:24:56
5
- * @Description:
6
- -->
7
- <script lang="ts" setup>
8
- const route = useRoute();
9
- const title = computed(() => route.meta.title || import.meta.env.VITE_TITLE);
10
- </script>
11
-
12
- <template>
13
- <VanNavBar :border="false" left-arrow @click-left="$router.back()">
14
- <template #title>
15
- <span class="text-[#FFFFFF] text-16px font-700">{{ title }}</span>
16
- </template>
17
- </VanNavBar>
18
- <RouterView v-bind="$attrs" />
19
- </template>
20
-
@@ -1,35 +0,0 @@
1
- /*
2
- * @Author: zhangyang
3
- * @Date: 2022-12-03 15:57:40
4
- * @LastEditTime: 2023-02-01 12:01:43
5
- * @Description:
6
- */
7
- // polyfill
8
- import 'core-js/stable';
9
- import 'regenerator-runtime/runtime';
10
- // 统一浏览器样式
11
- import '@unocss/reset/tailwind.css';
12
- import 'uno.css';
13
- // vant 指令的样式
14
- import 'vant/es/toast/style/index';
15
- import 'vant/es/dialog/style/index';
16
- import 'vant/es/notify/style/index';
17
- import 'vant/es/image-preview/style/index';
18
-
19
- import { createApp } from 'vue';
20
- import App from './App.vue';
21
-
22
- const app = createApp(App);
23
-
24
- Object.values(import.meta.glob<{ install: UserModule }>('./modules/*.ts', { eager: true })).map(
25
- ({ install }) => install(app),
26
- );
27
-
28
- setTimeout(async () => {
29
- if (window?.__YOUNG_VITE_ENV__?.VITE_ENABLE_VCONSOLE) {
30
- const VConsole = await (await import('vconsole')).default;
31
- new VConsole();
32
- }
33
- }, 1e4);
34
-
35
- app.mount('#app');
@@ -1,40 +0,0 @@
1
- /*
2
- * @Author: zhangyang
3
- * @Date: 2022-03-01 14:01:31
4
- * @LastEditTime: 2023-02-01 11:22:42
5
- * @Description: 路由模块
6
- */
7
- import { createRouter, createWebHashHistory } from 'vue-router';
8
- import { setupLayouts } from 'virtual:generated-layouts';
9
- import routes from '~pages';
10
-
11
- /**
12
- * 路由元数据类型扩展
13
- */
14
- declare module 'vue-router' {
15
- interface RouteMeta {
16
- /**
17
- * 页面标题
18
- */
19
- title: string;
20
- /**
21
- * 需要登录,不设置则为白名单页面
22
- */
23
- auth?: boolean;
24
- /**
25
- * 页面布局,对应 layouts 目录下的布局页面,默认为 default
26
- */
27
- layout?: 'default' | 'sub' | 'blank';
28
- }
29
- }
30
-
31
- export const finalRoutes = setupLayouts(routes);
32
-
33
- export const router = createRouter({
34
- history: createWebHashHistory(),
35
- routes: finalRoutes,
36
- });
37
-
38
- export const install: UserModule = (app) => {
39
- app.use(router);
40
- };
@@ -1,10 +0,0 @@
1
- /*
2
- * @Author: zhangyang
3
- * @Date: 2022-03-01 14:01:31
4
- * @LastEditTime: 2023-01-13 15:42:50
5
- * @Description: 状态管理
6
- */
7
- export const install: UserModule = (app) => {
8
- const pinia = createPinia();
9
- app.use(pinia);
10
- };
@@ -1,46 +0,0 @@
1
- /*
2
- * @Author: zhangyang
3
- * @Date: 2022-03-01 14:01:31
4
- * @LastEditTime: 2023-01-13 15:54:59
5
- * @Description: 网络请求
6
- */
7
- import { useHttp } from '@bluesyoung/http';
8
-
9
- let loadingInstance: ReturnType<typeof showLoadingToast>;
10
-
11
- export const startLoading = () => {
12
- loadingInstance = showLoadingToast({
13
- message: '拼命加载中...',
14
- forbidClick: true,
15
- });
16
- };
17
-
18
- export const endLoading = () => loadingInstance?.close?.();
19
-
20
- export const http = useHttp({
21
- timeout: -1,
22
- loading: {
23
- start: startLoading,
24
- end: endLoading,
25
- },
26
- fail(err) {
27
- console.log('🚀 ~ file: 3-net.ts:60 ~ err', err, typeof err);
28
- if (typeof err === 'string') {
29
- // 通用失败,弹出提示信息
30
- showFailToast(err);
31
- }
32
-
33
- if (err instanceof Error) {
34
- showFailToast(
35
- // @ts-ignore 接口出错
36
- err?.response?.data?.message || err?.response?.data?.msg || err.message || '网络错误!',
37
- );
38
- }
39
-
40
- throw err;
41
- },
42
- });
43
-
44
- export const apis = http.__mixin__({});
45
-
46
- export const install: UserModule = (ctx) => {};
@@ -1,64 +0,0 @@
1
- /*
2
- * @Author: zhangyang
3
- * @Date: 2022-03-01 19:40:13
4
- * @LastEditTime: 2023-02-01 11:46:18
5
- * @Description: 权限校验
6
- */
7
- import { router } from './1-router';
8
- import type { RouteLocationNormalized } from 'vue-router';
9
- import { YoungLocalStorage } from '@bluesyoung/utils';
10
-
11
- const changeTitle = (to: RouteLocationNormalized) => {
12
- document.title = to.meta.title || (import.meta.env.VITE_TITLE as string);
13
- };
14
-
15
- export const hasPermission = (path: string) => {};
16
-
17
- export const sureLeave = async () => {
18
- try {
19
- await showConfirmDialog({
20
- title: '温馨提示',
21
- message: '您确定要离开吗?',
22
- });
23
- return true;
24
- } catch (error) {
25
- return false;
26
- }
27
- };
28
-
29
- export const install: UserModule = (app) => {
30
- // todo: 按需替换为 api 操作
31
- const store = new YoungLocalStorage();
32
- const api = {
33
- getInfo: () => store.get('user.info'),
34
- setInfo: () => store.set('user.info', { key: 'cdcsdfdf' }),
35
- };
36
-
37
- router.beforeEach(async (to, from) => {
38
- // auth
39
- if (to.meta.auth) {
40
- const info = await api.getInfo();
41
- if (info) {
42
- return true;
43
- }
44
- try {
45
- // todo: 可根据情况替换为跳转登录页, /base/login
46
- await showDialog({
47
- title: '温馨提示',
48
- message: '我是默认的登录框,点击即登录',
49
- showCancelButton: true,
50
- });
51
- await api.setInfo();
52
- return true;
53
- } catch (error) {
54
- return false;
55
- }
56
- } else {
57
- return true;
58
- }
59
- });
60
-
61
- router.afterEach((to) => {
62
- changeTitle(to);
63
- });
64
- };