Liugl 3 tahun lalu
induk
melakukan
5db6c014f4
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -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')