diff --git a/manifest.json b/manifest.json index eb8d4d8..0ac3152 100644 --- a/manifest.json +++ b/manifest.json @@ -5,6 +5,7 @@ "versionName": "1.0.0", "versionCode": "100", "transformPx": false, + "sassImplementationName": "node-sass", "app-plus": { "usingComponents": true, "compilerVersion": 3, diff --git a/vue.config.js b/vue.config.js index 696a972..421f6d4 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,7 +7,8 @@ module.exports = { proxy: { '/api': { // target: 'http://192.168.1.115:8000', - target: 'http://39.98.184.58:8000', + // target: 'http://39.98.184.58:8000', + target: 'http://39.98.44.136:80', ws: true, pathRewrite: { '^/api': '/'