Parcourir la source

webpack配置文件

DESKTOP-O04BTUJ\muzen il y a 3 ans
Parent
commit
56e9e3e1f8
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      vue.config.js

+ 0 - 1
vue.config.js

@@ -37,7 +37,6 @@ module.exports = {
       [process.env.VUE_APP_BASE_API]: {
         target: `https://o3tapi.radio1964.com/admin`, // 测试
         // target: `http://192.168.0.217:2678/admin`, // 付新保本地
-        // target: `http://192.168.0.185:2027`, // 谭树清本地
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''