diff --git a/README.md b/README.md index b865df4..473aa5a 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,7 @@ -> 作者目前失业状态(5月底公司裁员,公司大规模裁员的那种),求工作,城市不限(一二线城市为主),薪资OPEN,大厂优先,有推荐的请联系我,万分感激。(接受加班,周末 on call 也OK) -> -> 微信与手机同号:`156 9200 4664`,备注:`工作推荐`。 -> -> 211硕士,8年工作经验,Vue, react, uniapp, nodejs都OK,有Sass项目开发经验。 - -`unibest` —— 最好的 `uniapp` 开发框架,由 `uniapp` + `Vue3` + `Ts` + `Vite5` + `UnoCss` + `wot-ui` + `z-paging` 构成,使用了最新的前端技术栈,无需依靠 `HBuilderX`,通过命令行方式运行 `web`、`小程序` 和 `App`(编辑器推荐 `VSCode`,可选 `webstorm`)。 +`unibest` —— 最好的 `uniapp` 开发模板,由 `uniapp` + `Vue3` + `Ts` + `Vite5` + `UnoCss` + `wot-ui` + `z-paging` 构成,使用了最新的前端技术栈,无需依靠 `HBuilderX`,通过命令行方式运行 `web`、`小程序` 和 `App`(编辑器推荐 `VSCode`,可选 `webstorm`)。 `unibest` 内置了 `约定式路由`、`layout布局`、`请求封装`、`请求拦截`、`登录拦截`、`UnoCSS`、`i18n多语言` 等基础功能,提供了 `代码提示`、`自动格式化`、`统一配置`、`代码片段` 等辅助功能,让你编写 `uniapp` 拥有 `best` 体验 ( `unibest 的由来`)。 diff --git a/src/utils/index.ts b/src/utils/index.ts index 21eb57e..5c5ee2e 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -22,7 +22,7 @@ export const getIsTabbar = () => { } /** - * 获取当前页面路由的 path 路劲和 redirectPath 路径 + * 获取当前页面路由的 path 路径和 redirectPath 路径 * path 如 ‘/pages/login/index’ * redirectPath 如 ‘/pages/demo/base/route-interceptor’ */