Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vipSupplier
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王淑敏
vipSupplier
Commits
2222b3c7
Commit
2222b3c7
authored
Jul 20, 2020
by
初志鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deploy
parent
0ba13aaa
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
README-DCLOUD.md
+0
-0
src/plugins/support.js
+3
-2
No files found.
README-DCLOUD.md
View file @
2222b3c7
This diff is collapsed.
Click to expand it.
src/plugins/support.js
View file @
2222b3c7
import
{
MessageBox
}
from
"element-ui"
;
import
{
donation
}
from
"@/config/settings"
;
import
{
repository
,
dependencies
}
from
"../../package.json"
;
if
(
!!
window
.
ActiveXObject
||
"ActiveXObject"
in
window
)
{
MessageBox
({
...
...
@@ -14,9 +15,9 @@ if (!!window.ActiveXObject || "ActiveXObject" in window) {
dangerouslyUseHTMLString
:
true
,
});
}
if
(
process
.
env
.
NODE_ENV
!==
"development"
)
{
if
(
process
.
env
.
NODE_ENV
!==
"development"
&&
donation
)
{
document
.
writeln
(
'<script>console.log("vue-admin-beautiful推广信息,如果您不愿意保留可在
源码中去除
:'
+
'<script>console.log("vue-admin-beautiful推广信息,如果您不愿意保留可在
配置中关闭
:'
+
repository
.
url
.
slice
(
4
)
+
'");</script>'
);
...
...
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