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
dfcbe9fc
authored
2023-01-05 17:11:02 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:弹框公共方法
1 parent
39039a30
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
src/main.js
src/main.js
View file @
dfcbe9f
...
...
@@ -16,6 +16,14 @@ Vue.prototype.$rules = rules
// 全局加载
Vue
.
prototype
.
$startLoading
=
startLoadingAddCount
Vue
.
prototype
.
$endLoading
=
endLoadingSubCount
// 弹框
import
{
popupDialog
,
popupCacel
}
from
"./utils/popup.js"
;
// 全局加载
Vue
.
prototype
.
$popupDialog
=
popupDialog
Vue
.
prototype
.
$popupCacel
=
popupDialog
import
{
theme
}
from
"@/directive/theme.js"
Vue
.
directive
(
"theme"
,
theme
)
Vue
.
directive
(
'fo'
,
{
...
...
Please
register
or
sign in
to post a comment