Browse Source

fix: path

ldj 1 year ago
parent
commit
7e62bb38c7
1 changed files with 3 additions and 1 deletions
  1. 3 1
      vue.config.js

+ 3 - 1
vue.config.js

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