H5视频代码

This commit is contained in:
fz
2023-11-10 18:57:18 +08:00
parent 8452da4adc
commit d7f5ce05ea
267 changed files with 27851 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
// vue.config.j
const { defineConfig } = require('@vue/cli-service');
module.exports = defineConfig({
// ...
configureWebpack: (config) => {
config.resolve.fallback = {
...config.resolve.fallback,
url: false,
path: false,
fs: false,
crypto: false,
};
},
});