```
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> -->
<title>
<%= htmlWebpackPlugin.options.title %>
</title>
<!-- Open Graph data -->
<!-- <meta property="og:title" content="Title Here" /> -->
<!-- <meta property="og:url" content="http://www.example.com/" /> -->
<!-- <meta property="og:image" content="http://example.com/image.jpg" /> -->
<!-- <meta property="og:description" content="Description Here" /> -->
<script>
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')
if(window.location.protocol == 'https:'){
document.write('<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">')
}
</script>
<link rel="stylesheet" href="<%= BASE_URL %>static/index.<%= VUE_APP_INDEX_CSS_HASH %>.css" />
</head>
<body>
<noscript>
<strong>Please enable JavaScript to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>
```
- App.vue
- main.js
- pages.json
- vue.config.js
- uni.scss
- template.h5.html
- sitemap.json
- project.config.json
- package-lock.json
- manifest.json
- .gitignore
- utils
- cache.js
- emoji.js
- index.js
- permission.js
- request.js
- SubscribeMessage.js
- util.js
- validate.js
- store
- index.js
- getters.js
- modules
- app.js
- modules_index.js
- static
- css
- base.css
- guildford.css
- pages
- activity
- assist
- index.vue
- assist_detail
- index.vue
- assist_record
- index.vue
- combination
- index.vue
- combination_details
- index.vue
- combination_poster
- index.vue
- combination_status
- index.vue
- goods_seckill
- index.vue
- goods_seckill_details
- index.vue
- liveBroadcast
- index.vue
- presell
- index.vue
- presell_details
- index.vue
- index.vue
- admin
- delivery
- index.vue
- order
- index.vue
- order_cancellation
- index.vue
- orderDetail
- index.vue
- orderList
- index.vue
- statistics
- index.vue
- auth
- index.vue
- chat
- customer_list
- chat.vue
- index.vue
- columnGoods
- goods_list
- index.vue
- goods_search
- goods_search_con
- index.vue
- HotNewGoods
- index.vue
- error
- index.vue
- first_new_product
- index.vue
- goods_cate
- goods_cate.vue
- goods_details
- index.vue
- index
- index.vue
- news_details
- index.vue
- news_list
- index.vue
- order_addcart
- order_addcart.vue
- order_details
- index.vue
- stay.vue
- order_pay_back
- index.vue
- order_pay_status
- index.vue
- promotional_items
- index.vue
- retrieve_password
- index.vue
- store
- applicationRecord
- index.vue
- detail
- index.vue
- home
- index.vue
- list
- index.vue
- merchantDetails
- index.vue
- settled
- index.vue
- shopStreet
- index.vue
- user
- index.vue
- users
- browsingHistory
- index.vue
- commission_rank
- index.vue
- distributor
- index.vue
- feedback
- detail.vue
- index.vue
- list.vue
- goods_comment_con
- index.vue
- goods_comment_list
- index.vue
- goods_details_store
- index.vue
- goods_logistics
- index.vue
- goods_return
- index.vue
- login
- index.vue
- order_confirm
- index.vue
- order_list
- index.vue
- presell_order_list
- index.vue
- promoter-list
- index.vue
- promoter-order
- index.vue
- promoter_rank
- index.vue
- components
- adc
- index.vue
- addInvoicing
- index.vue
- addressWindow
- index.vue
- alert
- index.vue
- checkCoupon
- index.vue
- checkDelivery
- index.vue
- combinNav
- index.vue
- countDown
- index.vue
- couponListWindow
- index.vue
- couponWindow
- index.vue
- easy-upload
- easy-upload.vue
- readme.md
- goodList
- index.vue
- home
- index.vue
- invoiceGoods
- index.vue
- jyf-parser
- libs
- config.js
- CssHandler.js
- handler.sjs
- handler.wxs
- MpHtmlParser.js
- trees.vue
- jyf-parser.vue
- Loading
- index.vue
- mpvue-calendar
- browser-style.css
- calendarinit.js
- icon.css
- mpvue-calendar.vue
- style.css
- orderGoods
- index.vue
- payment
- index.vue
- PriceChange
- index.vue
- productConSwiper
- index.vue
- productWindow
- index.vue
- promotionGood
- index.vue
- recommend
- index.vue
- shareInfo
- index.vue
- shareRedPackets
- index.vue
- swipers
- index.vue
- ucharts
- component.vue
- uni-calendar
- calendar.js
- uni-calendar-item.vue
- uni-calendar.vue
- util.js
- userEvaluation
- index.vue
- userNameSwiper
- userNameSwiper.vue
- zb-code
- qrcode.js
- zb-code.vue
- Authorize.vue
- emptyPage.vue
- rightSlider.vue
- tabNav.vue
- config
- app.js
- cache.js
- socket.js
- libs
- chat.js
- login.js
- order.js
- routine.js
- spread.js
- wechat.js
- mixins
- history.js
- SendVerifyCode.js
- 源码下载