Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
office
haoban-4
Commits
9e5ef56b
Commit
9e5ef56b
authored
Sep 21, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改Vue加载
parent
e5a90253
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
7 deletions
+9
-7
index.html
dist/index.html
+0
-0
app.338c854a.js
dist/js/app.338c854a.js
+0
-0
index.html
public/index.html
+6
-6
main.js
src/main.js
+3
-1
No files found.
dist/index.html
View file @
9e5ef56b
This diff is collapsed.
Click to expand it.
dist/js/app.
4ffb52cc
.js
→
dist/js/app.
338c854a
.js
View file @
9e5ef56b
This diff is collapsed.
Click to expand it.
public/index.html
View file @
9e5ef56b
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-07-16 16:37:05
* @LastEditors: 无尘
* @LastEditTime: 2020-09-21 14:2
0:51
* @LastEditTime: 2020-09-21 14:2
4:09
-->
<!DOCTYPE html>
<html
lang=
"cn"
>
...
...
@@ -18,16 +18,16 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"<%= BASE_URL %>static/fonts/iconfont.css"
>
<!-- built files will be auto injected -->
<script
src=
"//web-1251519181.file.myqcloud.com/lib-4.0/vue/2.6.10/vue.min.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/lib-4.0/vuex/3.0.1/vuex.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/lib-4.0/axios/0.19.0/axios.min.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/components/pagination.1.0.8.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/components/perm-button.1.0.0.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/components/transfer.1.0.24.js"
></script>
</head>
<body
class=
"damolish"
>
<noscript>
<strong>
We're sorry but damolish doesn't work properly without JavaScript enabled. Please enable it to continue.
</strong>
</noscript>
<div
id=
"app"
></div>
<script
src=
"//web-1251519181.file.myqcloud.com/lib-4.0/vuex/3.0.1/vuex.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/lib-4.0/axios/0.19.0/axios.min.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/components/pagination.1.0.8.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/components/perm-button.1.0.0.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/components/transfer.1.0.24.js"
></script>
</body>
</html>
src/main.js
View file @
9e5ef56b
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-07-16 16:37:05
* @LastEditors: 无尘
* @LastEditTime: 2020-09-21 1
1:04:53
* @LastEditTime: 2020-09-21 1
4:32:17
*/
import
'babel-polyfill'
;
import
'element-ui/lib/theme-chalk/index.css'
;
...
...
@@ -31,6 +31,8 @@ Vue.prototype.axios = axios;
Vue
.
prototype
.
$itemPerm
=
itemPerm
;
Vue
.
prototype
.
$itemCode
=
itemCode
;
window
.
Vue
=
Vue
;
// 开启vue devtools.....
/* eslint-disable-next-line */
Vue
.
config
.
devtools
=
process
.
env
.
NODE_ENV
!==
'production'
;
...
...
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