Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
7601c7bc
authored
2022-12-26 09:41:43 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
docs:说明文档的完善
1 parent
02f8c75c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletions
README.md
README.md
View file @
7601c7b
...
...
@@ -2,5 +2,16 @@
npm install
# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npm.taobao.org
### 菜单配置地址 http://192.168.2.235/fis
### 菜单配置地址 http://192.168.2.38/fis 这是局域网服务器
### 系统全局组件详解
1.
加载 this.$startLoading() 开始动画 this.$endLoading() 结束动画 不增加class是默认body 增加class loadingtext 可以控制区域
1.
2.当页面中出现两个class时 也提供 指定方式 v-Loading 类似与 element v-loading
2.
弹框组件
2.
1 通过utils/popup popupDialog() 和 popupCacel() 调用
import { popupDialog,popupCacel} from "@/utils/popup.js";
popupDialog(title, "xxxx", data);
popupCacel() 可以关闭弹框
...
...
Please
register
or
sign in
to post a comment