内容平台后台管理系统

黄琪勇 c0a782ee23 去掉固定查询 6 日 前
.vscode 21438fcb7f init project 9 ヶ月 前
build 21438fcb7f init project 9 ヶ月 前
dist 9a6077d52c 更新 1 週間 前
public 0681fa7671 修改ico图标 7 ヶ月 前
src c0a782ee23 去掉固定查询 6 日 前
types 21438fcb7f init project 9 ヶ月 前
.env 21438fcb7f init project 9 ヶ月 前
.env.development 21438fcb7f init project 9 ヶ月 前
.env.production 21438fcb7f init project 9 ヶ月 前
.eslintigone.js 21438fcb7f init project 9 ヶ月 前
.eslintrc.js 21438fcb7f init project 9 ヶ月 前
.gitignore 21438fcb7f init project 9 ヶ月 前
.prettierrc 21438fcb7f init project 9 ヶ月 前
Jenkinsfile 21438fcb7f init project 9 ヶ月 前
README.md 21438fcb7f init project 9 ヶ月 前
components.d.ts e0cf9a9442 跟新 2 週間 前
index.html e484d8d42b Update index.html 3 ヶ月 前
package.json 21438fcb7f init project 9 ヶ月 前
pnpm-lock.yaml 21438fcb7f init project 9 ヶ月 前
prettier.config.js 21438fcb7f init project 9 ヶ月 前
tsconfig.json 21438fcb7f init project 9 ヶ月 前
tsconfig.node.json 21438fcb7f init project 9 ヶ月 前
vite.config.ts 38f1597aca 添加修改 3 週間 前
yarn.lock b34c4fcfcd 添加适用应用对接 8 ヶ月 前

README.md

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Recommended IDE Setup

Type Support For .vue Imports in TS

资讯定义类型

HOT_CONSULTATION("热门资讯"), OPEN_SCREEN_AD("开屏广告"), FLASH_PAGE("闪页管理"), ROTATION_CHART("轮播图管"), MUSIC("乐理章节"),

样式定义

省市区、乐团名称最多 8 个字

Since TypeScript cannot handle type information for .vue imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates. However, if you wish to get actual prop types in .vue imports (for example to get props validation when using manual h(...) calls), you can enable Volar's Take Over mode by following these steps:

  1. Run Extensions: Show Built-in Extensions from VS Code's command palette, look for TypeScript and JavaScript Language Features, then right click and select Disable (Workspace). By default, Take Over mode will enable itself if the default TypeScript extension is disabled.
  2. Reload the VS Code window by running Developer: Reload Window from the command palette.

You can learn more about Take Over mode here.

项目流程

UI 库文档地址:https://www.naiveui.com 1、项目安装 node.js 官网地址 node 版本安装 16.x npm install 安装依耐包 npm run dev 启动项目 npm run build 项目打包 代理配置

2、路由 /src/router/constant 定义 配置 注意事项:

  • 接口和菜单区别
  • 菜单路由生成规则

3、页面 1). 搜索条件 2). table 列表 3). 分页 4). 接口请求 5). 表单,表单验证,提交表单, 不同类型的表单有单独的类型处理 6). 权限定义