Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
memberTag-web
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
memberTag
memberTag-web
Commits
37def8a7
Commit
37def8a7
authored
Sep 30, 2021
by
chenyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: update
parent
f077323b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
18 deletions
+13
-18
webpack.base.conf.js
build/webpack.base.conf.js
+4
-2
index.html
index.html
+9
-16
No files found.
build/webpack.base.conf.js
View file @
37def8a7
...
...
@@ -33,9 +33,11 @@ module.exports = {
:
config
.
dev
.
assetsPublicPath
},
externals
:
{
'vue'
:
'Vue'
,
vue
:
'Vue'
,
axios
:
'axios'
,
vuex
:
'Vuex'
,
'vue-router'
:
'VueRouter'
,
'
vuex'
:
'Vuex'
'
element-ui'
:
'ELEMENT'
,
},
resolve
:
{
extensions
:
[
'.js'
,
'.vue'
,
'.json'
],
...
...
index.html
View file @
37def8a7
...
...
@@ -13,23 +13,16 @@
<body
style=
"background-color: #f0f2f5;min-width: 1400px;"
>
<div
id=
"app"
></div>
<!-- 公共库引用 cdn -->
<script
src=
"//web-1251519181.file.myqcloud.com/lib/vue/2.6.12/vue.min.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/lib/elementUI/index2.15.1.js"
></script>
<!-- 公共组件引用 cdn -->
<script>
(
function
()
{
var
src
=
'/component/static/import-component.js?timestrap='
+
new
Date
().
getTime
();
var
host
=
window
.
location
.
host
;
host
=
host
.
indexOf
(
'localhost'
)
>
-
1
||
host
.
indexOf
(
'192.168'
)
>
-
1
?
'gicdev.demogic.com'
:
host
;
document
.
write
(
'<script src="//'
+
host
+
src
+
'"><
\
/script>'
)
})()
</script>
<!-- 4.0组件 -->
<script
src=
"//web-1251519181.file.myqcloud.com/components/track.1.0.4.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/components/header.2.0.58.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/components/footer.2.0.02.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/components/store-new.2.0.71.js"
></script>
<!-- <script src="//web-1251519181.file.myqcloud.com/components/datepicker.2.0.00.js"></script> -->
<script
src=
"//web-1251519181.file.myqcloud.com/components/aside-menu.2.0.15.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/components/area-ab.2.0.00.js"
></script>
<!-- <script src="//web-1251519181.file.myqcloud.com/components/card.2.0.18.js"></script> --><!-- 卡券选择器其实并没有用到 -->
<script
src=
"//web-1251519181.file.myqcloud.com/components/selector.1.2.27.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/components/export-excel.2.0.24.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/components/pagination.1.0.8.js"
></script>
</body>
</html>
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