Эх сурвалжийг харах

修复config文件注释错误

lin-xin 6 жил өмнө
parent
commit
d553a75d09
1 өөрчлөгдсөн 11 нэмэгдсэн , 11 устгасан
  1. 11 11
      vue.config.js

+ 11 - 11
vue.config.js

@@ -2,15 +2,15 @@ module.exports = {
     baseUrl: './',
     assetsDir: 'static',
     productionSourceMap: false,
-    devServer: {
-        proxy: {
-            // '/api':{
-            //     target:'http://jsonplaceholder.typicode.com',
-            //     changeOrigin:true,
-            //     pathRewrite:{
-            //         '/api':''
-            //     }
-            // }
-        }
-    }
+    // devServer: {
+    //     proxy: {
+    //         '/api':{
+    //             target:'http://jsonplaceholder.typicode.com',
+    //             changeOrigin:true,
+    //             pathRewrite:{
+    //                 '/api':''
+    //             }
+    //         }
+    //     }
+    // }
 }