Commit 48d422d6 by golton_gao

update: 提交前优化

parent fd720797
Showing with 4 additions and 2 deletions
......@@ -4,6 +4,7 @@ dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
www/
# Editor directories and files
.idea
......
......@@ -7,7 +7,7 @@ module.exports = {
index: path.resolve(__dirname, '../www/index.html'),
assetsRoot: path.resolve(__dirname, '../www'),
assetsSubDirectory: 'static',
assetsPublicPath: '',
assetsPublicPath: '/',
productionSourceMap: true,
// Gzip off by default as many popular static hosts such as
// Surge or Netlify already gzip all static assets for you.
......@@ -41,7 +41,7 @@ module.exports = {
index: path.resolve(__dirname, '../dist/index.html'),
assetsRoot: path.resolve(__dirname, '../dist'),
assetsSubDirectory: 'static',
assetsPublicPath: '',
assetsPublicPath: '/',
productionSourceMap: false,
appConfFile: 'CubeModule.json',
eslint: true,
......
......@@ -8,6 +8,7 @@
<meta name="apple-mobile-web-app-title" content="contact">
<meta name="format-detection" content="telephone=no,email=no,adress=no" />
<meta name="mobile-web-app-capable" content="jf">
<script src="miniapp://common/js/qing/qing.js"></script>
<title>建发房产满意度模块</title>
</head>
<body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment