|
@@ -35,7 +35,7 @@ module.exports = {
|
|
|
[process.env.VUE_APP_BASE_API]: {
|
|
|
//target: `http://113.31.163.91:8090`,
|
|
|
//target: `http://localhost:8080`,
|
|
|
- target: `https://test-mp.quanshu123.com`,
|
|
|
+ target: `https://test-mp.quanshu123.com`,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
|
['^' + process.env.VUE_APP_BASE_API]: ''
|
|
@@ -75,7 +75,7 @@ module.exports = {
|
|
|
|
|
|
config
|
|
|
.when(process.env.NODE_ENV !== 'development',
|
|
|
- config => {
|
|
|
+ config => {
|
|
|
config
|
|
|
.plugin('ScriptExtHtmlWebpackPlugin')
|
|
|
.after('html')
|