Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
1a331720
authored
Aug 09, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修复bug
parent
cca788a9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
src/main.js
src/main.js
View file @
1a331720
...
@@ -15,11 +15,13 @@ import '@/assets/css/public/common.min.css'
...
@@ -15,11 +15,13 @@ import '@/assets/css/public/common.min.css'
import
'@/assets/css/font/iconfont.css'
import
'@/assets/css/font/iconfont.css'
Vue
.
use
(
Alert
);
Vue
.
use
(
Alert
);
Vue
.
prototype
.
$msgbox
=
MessageBox
;
const
msgbox
=
MessageBox
Vue
.
prototype
.
$alert
=
MessageBox
.
alert
;
const
{
alert
,
confirm
}
=
msgbox
Vue
.
prototype
.
$confirm
=
MessageBox
.
confirm
;
Vue
.
prototype
.
$prompt
=
MessageBox
.
prompt
;
Vue
.
prototype
.
$msgbox
=
msgbox
Vue
.
prototype
.
$message
=
Message
;
Vue
.
prototype
.
$alert
=
alert
Vue
.
prototype
.
$confirm
=
confirm
Vue
.
prototype
.
$message
=
Message
//本地环境开启提示信息
//本地环境开启提示信息
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment