Commit 48d422d6 by golton_gao

update: 提交前优化

parent fd720797
Showing with 4 additions and 2 deletions
...@@ -4,6 +4,7 @@ dist/ ...@@ -4,6 +4,7 @@ dist/
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
www/
# Editor directories and files # Editor directories and files
.idea .idea
......
...@@ -7,7 +7,7 @@ module.exports = { ...@@ -7,7 +7,7 @@ module.exports = {
index: path.resolve(__dirname, '../www/index.html'), index: path.resolve(__dirname, '../www/index.html'),
assetsRoot: path.resolve(__dirname, '../www'), assetsRoot: path.resolve(__dirname, '../www'),
assetsSubDirectory: 'static', assetsSubDirectory: 'static',
assetsPublicPath: '', assetsPublicPath: '/',
productionSourceMap: true, productionSourceMap: true,
// Gzip off by default as many popular static hosts such as // Gzip off by default as many popular static hosts such as
// Surge or Netlify already gzip all static assets for you. // Surge or Netlify already gzip all static assets for you.
...@@ -41,7 +41,7 @@ module.exports = { ...@@ -41,7 +41,7 @@ module.exports = {
index: path.resolve(__dirname, '../dist/index.html'), index: path.resolve(__dirname, '../dist/index.html'),
assetsRoot: path.resolve(__dirname, '../dist'), assetsRoot: path.resolve(__dirname, '../dist'),
assetsSubDirectory: 'static', assetsSubDirectory: 'static',
assetsPublicPath: '', assetsPublicPath: '/',
productionSourceMap: false, productionSourceMap: false,
appConfFile: 'CubeModule.json', appConfFile: 'CubeModule.json',
eslint: true, eslint: true,
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
<meta name="apple-mobile-web-app-title" content="contact"> <meta name="apple-mobile-web-app-title" content="contact">
<meta name="format-detection" content="telephone=no,email=no,adress=no" /> <meta name="format-detection" content="telephone=no,email=no,adress=no" />
<meta name="mobile-web-app-capable" content="jf"> <meta name="mobile-web-app-capable" content="jf">
<script src="miniapp://common/js/qing/qing.js"></script>
<title>建发房产满意度模块</title> <title>建发房产满意度模块</title>
</head> </head>
<body> <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