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
7a78bd0b
authored
2023-01-05 17:25:15 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
1c1eeed9
f87d0abb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
src/main.js
src/main.js
View file @
7a78bd0
...
...
@@ -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