File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1818 npm run dev
1919 ```
2020
21- - 3、项目中配置了` dev ` 、` production ` 、` fat ` 、` uat ` 四个环境,每个环境配置了 3 个基础的` url ` 地址
22- - 4、实际开发项目配置后端接口请求的地址在` src/api ` 中不同的环境配置
23- - 5、自己写了一套存储过程作为存储用户信息用于登录拦截
24- - 1.在` src/config ` 中配置常量
25-
2621### 三、页面展示
2722
2823- 1、登录页面
3227- 2、主页面
3328
3429 ![ 主页面] ( ./demo.png )
30+
31+ ### 四、主要功能
32+
33+ - 1、项目中配置了` dev ` 、` production ` 、` fat ` 、` uat ` 四个环境,每个环境配置了 3 个基础的` url ` 地址
34+ - 2、实际开发项目配置后端接口请求的地址在` src/api ` 中不同的环境配置
35+ - 3、自己写了一套存储过程作为存储用户信息用于登录拦截
36+
37+ * 4、对` axios ` 请求进行了封装处理
38+ * 5、引入` vuex `
Original file line number Diff line number Diff line change 99 :router =" true"
1010 background-color =" #333"
1111 text-color =" #fff"
12- active-text-color =" #f00 "
12+ active-text-color =" #3273dc "
1313 @open =" handleOpen"
1414 @close =" handleClose"
1515 >
Original file line number Diff line number Diff line change 1111<script lang="ts">
1212import { Component , Vue , Provide } from ' vue-property-decorator' ;
1313import { State , Action } from ' vuex-class' ;
14- import { homeStore } from ' ../../../store/homeStore' ;
1514import { IViewState } from ' @/store/view' ;
1615
1716@Component ({})
You can’t perform that action at this time.
0 commit comments