vue.config.js 277 B

1234567891011121314
  1. const baseurl = require("./env.js");
  2. module.exports = {
  3. // devServer: {
  4. // proxy: {
  5. // [baseurl]: {
  6. // target: `http://gys.ecloudbj.com:57505`,
  7. // changeOrigin: true,
  8. // pathRewrite: {
  9. // ["^" + baseurl]: ""
  10. // }
  11. // },
  12. // }
  13. // },
  14. }