docs:说明文档的完善
Showing
1 changed file
with
12 additions
and
1 deletions
... | @@ -2,5 +2,16 @@ | ... | @@ -2,5 +2,16 @@ |
2 | npm install | 2 | npm install |
3 | # 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题 | 3 | # 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题 |
4 | npm install --registry=https://registry.npm.taobao.org | 4 | npm install --registry=https://registry.npm.taobao.org |
5 | ### 菜单配置地址 http://192.168.2.235/fis | 5 | ### 菜单配置地址 http://192.168.2.38/fis 这是局域网服务器 |
6 | ### 系统全局组件详解 | ||
7 | 1.加载 this.$startLoading() 开始动画 this.$endLoading() 结束动画 不增加class是默认body 增加class loadingtext 可以控制区域 | ||
8 | 1.2.当页面中出现两个class时 也提供 指定方式 v-Loading 类似与 element v-loading | ||
9 | |||
10 | 2.弹框组件 | ||
11 | 2.1 通过utils/popup popupDialog() 和 popupCacel() 调用 | ||
12 | import { popupDialog,popupCacel} from "@/utils/popup.js"; | ||
13 | popupDialog(title, "xxxx", data); | ||
14 | popupCacel() 可以关闭弹框 | ||
15 | |||
16 | |||
6 | 17 | ... | ... |
-
Please register or sign in to post a comment