diff --git a/config/index.js b/config/index.js index bef30a6..7889723 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_sp/', + assetsPublicPath: '/smartwell/', /** * Source Maps diff --git a/config/index.js b/config/index.js index bef30a6..7889723 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_sp/', + assetsPublicPath: '/smartwell/', /** * Source Maps diff --git a/config/prod.env.js b/config/prod.env.js index 68396cb..5b466e4 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -3,6 +3,6 @@ NODE_ENV: '"production"', // BASE_API: '"http://119.254.103.80:14537"', // BASE_API: '"http://192.168.8.201:8083/smartwell"' - BASE_API: '"http://111.198.10.15:11707/smartwell"' - // BASE_API: '"http://10.9.39.8:8083"' + // BASE_API: '"http://111.198.10.15:11707/smartwell"' + BASE_API: '"http://10.9.39.8:8083"' }