# 资管pcWeb **Repository Path**: jiqing9006/asset-pc-web ## Basic Information - **Project Name**: 资管pcWeb - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-01 - **Last Updated**: 2026-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 开发文档 ### 插件准备 `vscode`插件商店搜索`vue language` ### 全局配置 `src/config/config.js` ```js import { getCurrentInstance } from "vue"; const config = getCurrentInstance().appContext.app.config.globalProperties.$config; ref({ title: config?.Title }); ``` ### 单元测试 1. 修改ql相关代码必须通过单元测试 ```shell npm run test ```