瀏覽代碼

fix: path

ldj 1 年之前
父節點
當前提交
7e62bb38c7
共有 1 個文件被更改,包括 3 次插入1 次删除
  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:''
 })