vue.config.js 82 B

1234
  1. const TARGET = "https://ndzx.hqedust.com/"
  2. module.exports = {
  3. publicPath: '/'
  4. }