diff --git a/config/dev.env.js b/config/dev.env.js index d20b43e..bb802b1 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -9,7 +9,7 @@ // BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"', // BASE_API: '"http://106.74.146.218:2031"' // BASE_API: '"http://192.168.0.102:14537"' - BASE_API: '"http://119.254.103.80:20004/smartwell"' + BASE_API: '"http://139.198.17.115:20004/smartwell"' // BASE_API: '"http://192.168.0.225:8083"' // BASE_API: '"http://127.0.0.1:8083"' }) diff --git a/config/dev.env.js b/config/dev.env.js index d20b43e..bb802b1 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -9,7 +9,7 @@ // BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"', // BASE_API: '"http://106.74.146.218:2031"' // BASE_API: '"http://192.168.0.102:14537"' - BASE_API: '"http://119.254.103.80:20004/smartwell"' + BASE_API: '"http://139.198.17.115:20004/smartwell"' // BASE_API: '"http://192.168.0.225:8083"' // BASE_API: '"http://127.0.0.1:8083"' }) diff --git a/config/index.js b/config/index.js index 6af1df7..355ab54 100644 --- a/config/index.js +++ b/config/index.js @@ -61,7 +61,7 @@ * then assetsPublicPath should be set to "/bar/". * In most cases please use '/' !!! */ - assetsPublicPath: '/smartwell/', // ori:/ + assetsPublicPath: '/yizhuang/', // ori:/ /** * Source Maps diff --git a/config/dev.env.js b/config/dev.env.js index d20b43e..bb802b1 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -9,7 +9,7 @@ // BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"', // BASE_API: '"http://106.74.146.218:2031"' // BASE_API: '"http://192.168.0.102:14537"' - BASE_API: '"http://119.254.103.80:20004/smartwell"' + BASE_API: '"http://139.198.17.115:20004/smartwell"' // BASE_API: '"http://192.168.0.225:8083"' // BASE_API: '"http://127.0.0.1:8083"' }) diff --git a/config/index.js b/config/index.js index 6af1df7..355ab54 100644 --- a/config/index.js +++ b/config/index.js @@ -61,7 +61,7 @@ * then assetsPublicPath should be set to "/bar/". * In most cases please use '/' !!! */ - assetsPublicPath: '/smartwell/', // ori:/ + assetsPublicPath: '/yizhuang/', // ori:/ /** * Source Maps diff --git a/config/prod.env.js b/config/prod.env.js index d2d48be..ac23854 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -1,5 +1,5 @@ 'use strict' module.exports = { NODE_ENV: '"production"', - BASE_API: '"http://119.254.103.80:14537"', + BASE_API: '"http://139.198.17.115:20004/smartwell"', }