Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
admin-base
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
new-sing
admin-base
Commits
58a947d1
Commit
58a947d1
authored
Apr 20, 2019
by
chenyishuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更换CDN
parent
f9c78fff
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
109 additions
and
111 deletions
+109
-111
index.html
index.html
+5
-5
package-lock.json
package-lock.json
+104
-106
No files found.
index.html
View file @
58a947d1
...
@@ -5,16 +5,16 @@
...
@@ -5,16 +5,16 @@
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<meta
name=
"referrer"
content=
"never"
>
<meta
name=
"referrer"
content=
"never"
>
<link
rel=
"stylesheet"
href=
"https:////at.alicdn.com/t/font_746649_x1rivf5f5.css"
>
<link
rel=
"stylesheet"
href=
"https:////at.alicdn.com/t/font_746649_x1rivf5f5.css"
>
<link
rel=
"stylesheet"
href=
"https://
cdn.jsdelivr.net/npm/element-ui@2.4.9/lib
/theme-chalk/index.css"
>
<link
rel=
"stylesheet"
href=
"https://
lib.baomitu.com/element-ui/2.7.2
/theme-chalk/index.css"
>
<title>
唱唱启蒙-后台
</title>
<title>
唱唱启蒙-后台
</title>
</head>
</head>
<body>
<body>
<!-- 先引入 Vue -->
<!-- 先引入 Vue -->
<script
src=
"https://cdn.
jsdelivr.net/npm/vue@2.5.17/dist/vue
.js"
></script>
<script
src=
"https://cdn.
bootcss.com/vue/2.5.17/vue.min
.js"
></script>
<script
src=
"https://
cdn.jsdelivr.net/npm/vuex@3.0.1/dist/vuex.min.js
"
></script>
<script
src=
"https://
unpkg.com/vuex@3.0.1
"
></script>
<!-- 引入组件库 -->
<!-- 引入组件库 -->
<script
src=
"https://cdn.
jsdelivr.net/npm/axios@0.18.0/dist
/axios.min.js"
></script>
<script
src=
"https://cdn.
bootcss.com/axios/0.18.0
/axios.min.js"
></script>
<script
src=
"https://
cdn.jsdelivr.net/npm/element-ui@2.4.9/lib
/index.js"
></script>
<script
src=
"https://
lib.baomitu.com/element-ui/2.7.2
/index.js"
></script>
<div
id=
"app"
></div>
<div
id=
"app"
></div>
</body>
</body>
<script>
<script>
...
...
package-lock.json
View file @
58a947d1
This diff is collapsed.
Click to expand it.
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