阅读器版本

This commit is contained in:
2025-10-11 11:08:42 +08:00
parent a10ef743dc
commit e76b22180d
63 changed files with 14774 additions and 2515 deletions

View File

@@ -2,9 +2,12 @@ const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true
})
console.log('加载自定义配置...'); // 启动时会在终端输出这句话
module.exports = {
devServer: {
port: 10022, // 自定义端口号例如8088可根据需要修改
open: true, // 可选:启动后自动打开浏览器
proxy: {
'/api': {
target: 'http://youneed.top:10017',