diff --git a/README.md b/README.md index 8447f7a..699534d 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,2 @@ -

uni-template

-

基于uni-app的基础项目模板

- -## 说明 - -uni-template是基于uni-app的基础项目模板,使用[uView2.0](https://www.uviewui.com/)框架作为项目UI基础,使用[uni-simple-router](https://hhyang.cn/v2/)管理路由,保留了Vue-router完全相似的书写风格,让你在页面跳转及页面拦截时倍感亲切,模板完成了登录认证及路由拦截等基础功能,下载后只需修改接口地址即可快速上手。 - -* [uView2.0](https://www.uviewui.com/) -* [uni-simple-router](https://hhyang.cn/v2/) - -* vuex -* uni.request封装 - ## 快速上手 - -1、从插件市场下载 `uni-template` 模板 - -2、在项目根目录下执行 `npm install` 命令安装项目所需依赖 - -3、全局搜索 `TODO` 文字,根据自身需求修改注释下的代码 - -4、运行项目即可 \ No newline at end of file +`npm install` \ No newline at end of file diff --git a/package.json b/package.json index fae9cbd..132f8e6 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { - "name": "uni-template", + "name": "ai-skin-measurement-mp", "version": "1.0.0", "description": "", "main": "main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "author": "Miss丶盟", + "author": "author", "license": "ISC", "dependencies": { "uni-read-pages": "^1.0.5", diff --git a/pages/index/index.vue b/pages/index/index.vue index 6b56bde..4ccad06 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -11,7 +11,7 @@ export default { data() { return { - title: 'uni-template' + title: '' } }, onLoad() {