diff --git a/config/dev.env.js b/config/dev.env.js index 4fdc45d..d20b43e 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -8,8 +8,8 @@ NODE_ENV: '"development"', // BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"', // BASE_API: '"http://106.74.146.218:2031"' - // BASE_API: '"http://192.168.0.166:14537"' - BASE_API: '"http://119.254.103.80:14537"' + // BASE_API: '"http://192.168.0.102:14537"' + BASE_API: '"http://119.254.103.80: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 4fdc45d..d20b43e 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -8,8 +8,8 @@ NODE_ENV: '"development"', // BASE_API: '"http://rest.apizza.net/mock/cfbb939c147bb6d68372de83af189fee/"', // BASE_API: '"http://106.74.146.218:2031"' - // BASE_API: '"http://192.168.0.166:14537"' - BASE_API: '"http://119.254.103.80:14537"' + // BASE_API: '"http://192.168.0.102:14537"' + BASE_API: '"http://119.254.103.80: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 59cafc4..6af1df7 100644 --- a/config/index.js +++ b/config/index.js @@ -48,10 +48,10 @@ build: { // Template for index.html - index: path.resolve(__dirname, '../smartwell/index.html'),//ori:../dist/index.html + index: path.resolve(__dirname, '../dist/index.html'),//ori:../dist/index.html // Paths - assetsRoot: path.resolve(__dirname, '../smartwell'), //ori:../dist + assetsRoot: path.resolve(__dirname, '../dist'), //ori:../dist assetsSubDirectory: 'static', /**