From 3a8d07b41a884eb0eb9d47d9a9cce40d5c943feb Mon Sep 17 00:00:00 2001 From: ann0707 <674986077@qq.com> Date: Wed, 09 Jan 2019 11:48:30 +0800 Subject: [PATCH] 首页位置,以及banner的大小的修改 --- config/index.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/index.js b/config/index.js index 008c5ca..f806108 100644 --- a/config/index.js +++ b/config/index.js @@ -8,7 +8,7 @@ index: path.resolve(__dirname, '../dist/index.html'), assetsRoot: path.resolve(__dirname, '../dist'), assetsSubDirectory: 'static', - assetsPublicPath: '/finlean_wallets/', + assetsPublicPath: '/finlean_mjsbjq/', productionSourceMap: false, // Gzip off by default as many popular static hosts such as // Surge or Netlify already gzip all static assets for you. @@ -25,7 +25,7 @@ dev: { env: require('./dev.env'), host: '192.168.10.93', // 我自己的ip ,这里写 0.0.0.0 也可以,但是最好指明ip - port: process.env.PORT || 8099, + port: process.env.PORT || 7078, autoOpenBrowser: true, assetsSubDirectory: 'static', assetsPublicPath: '/', -- Gitblit v1.8.0