Skip to content

Commit

Permalink
change config and version
Browse files Browse the repository at this point in the history
  • Loading branch information
liudf0716 committed Jul 18, 2018
1 parent 58e92ff commit 1be0b30
Show file tree
Hide file tree
Showing 3 changed files with 2,484 additions and 374 deletions.
4 changes: 2 additions & 2 deletions config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
// Set to `true` or `false` to always turn it on or off
bundleAnalyzerReport: process.env.npm_config_report,
//webServer: 'https://api.rom.kunteng.org.cn:443'
webServer: 'https://192.168.158.35:443'
webServer: 'http://wifidog.kunteng.org.cn:8001'
},
dev: {
env: require('./dev.env'),
Expand All @@ -31,7 +31,7 @@ module.exports = {
assetsPublicPath: '/',
proxyTable: {
'/api':{
target:'https://192.168.158.35:443',
target:'http://192.168.158.18:8001',
changeOrigin:true,
pathRewrite:{
'/api':''
Expand Down
Loading

0 comments on commit 1be0b30

Please sign in to comment.