Browse Source

代码调整

master
453530270@qq.com 3 years ago
parent
commit
d29dbce267
  1. 5
      vue.config.js
  2. 10005
      yarn.lock

5
vue.config.js

@ -1,5 +1,6 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
lintOnSave: false
})
lintOnSave: false,
publicPath: './'
})

10005
yarn.lock

File diff suppressed because it is too large
Loading…
Cancel
Save