From 375513370cc01fcd976987d07797249600b0bb3e Mon Sep 17 00:00:00 2001
From: 杨磊 <505174330@qq.com>
Date: 星期四, 07 八月 2025 17:15:09 +0800
Subject: [PATCH] 'first'

---
 vue.config.js |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/vue.config.js b/vue.config.js
new file mode 100644
index 0000000..f3b68e1
--- /dev/null
+++ b/vue.config.js
@@ -0,0 +1,6 @@
+const { defineConfig } = require('@vue/cli-service')
+module.exports = defineConfig({
+  publicPath: "./",
+  productionSourceMap: false,
+  transpileDependencies: true
+})

--
Gitblit v1.9.1