diff --git a/README.md b/README.md index efb6f31..fe13404 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,22 @@ npm run lint ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). + + +### Project structure +src: + api:请求封装 + assets:静态资源文件 + components:公共组件 + router:路由 + store:全局状态数据 + utils:公共方法 + view:页面文件 + home:主页 + appraisal:评价填报 + company:企业主页 + report:报告下载 + user:登录/注册 + userInfo:个人主页 + App.vue:主页面文件 + main.js:入口文件 \ No newline at end of file diff --git a/src/view/appraisal/credit/index.vue b/src/view/appraisal/credit/index.vue index ddd136e..2022dda 100644 --- a/src/view/appraisal/credit/index.vue +++ b/src/view/appraisal/credit/index.vue @@ -1,3 +1,4 @@ +