linwenling
2023-10-23 b250c7fba2c7846a6bac2a011f7629c801d1a0c3
ruoyi-ui/vue.config.js
@@ -35,13 +35,14 @@
    proxy: {
      // detail: https://cli.vuejs.org/config/#devserver-proxy
      [process.env.VUE_APP_BASE_API]: {
        target: `http://47.93.189.255:8080/`,
        target: `https://47.93.189.255:8080/`,
        changeOrigin: true,
        pathRewrite: {
          ['^' + process.env.VUE_APP_BASE_API]: ''
        }
      }
    },
    https: true,
    disableHostCheck: true
  },
  css: {