浏览代码

Merge branch 'master' of https://github.com/lin-xin/vue-manage-system

lin_xin 5 年之前
父节点
当前提交
98261e3eba
共有 1 个文件被更改,包括 0 次插入16 次删除
  1. 0 16
      vue.config.js

+ 0 - 16
vue.config.js

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