ckt的看板部分
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
204 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. module.exports = {
  2. publicPath: "/kanban/",
  3. lintOnSave: false,
  4. devServer: {
  5. // proxy: 'http://192.168.1.83:8081'
  6. proxy: 'http://localhost:8083'
  7. // proxy: 'http://172.26.68.16:8091'
  8. }
  9. }