liting2017 il y a 6 ans
Parent
commit
0d8a395bc6
2 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 0 1
      template/newMenu/landingPage/InvRegister.html
  2. 1 1
      webpack.config.js

+ 0 - 1
template/newMenu/landingPage/InvRegister.html

@@ -389,7 +389,6 @@
                     </li>
                 </ul>
         </div>
-
     </div>
     <div class="container">
         <div class="invTitle">

+ 1 - 1
webpack.config.js

@@ -472,7 +472,7 @@ module.exports = (function () {
         new HtmlWebpackPlugin({
             title: '优惠活动',
             filename: 'html/newMenu/invRegister.html',
-            template: './template/newMenu/landingPage/invRegister.html',
+            template: './template/newMenu/landingPage/InvRegister.html',
             chunks: ['newMenu/invRegister', 'vendors']
         }),
     ];