提交 c1e259c9 authored 作者: 王鹏飞's avatar 王鹏飞

updates

上级 03e6f265
{ {
"name": "admin-prp", "name": "admin-prp",
"version": "0.0.0", "version": "0.0.0",
"type":"module", "type": "module",
"scripts": { "scripts": {
"dev": "vite --mode dev", "dev": "vite --mode dev",
"build": "vue-tsc --noEmit && vite build --mode prod && npm run deploy", "build": "vue-tsc --noEmit && vite build --mode prod && npm run deploy",
"build:test": "vue-tsc --noEmit && vite build --test prod", "build:test": "vue-tsc --noEmit && vite build --mode test",
"build:pre": "vue-tsc --noEmit && vite build --pre prod", "build:pre": "vue-tsc --noEmit && vite build --mode pre",
"preview": "vite preview --port 5050", "preview": "vite preview --port 5050",
"typecheck": "vue-tsc --noEmit", "typecheck": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
......
...@@ -23,8 +23,9 @@ const listOptions = { ...@@ -23,8 +23,9 @@ const listOptions = {
} }
const typeList = [ const typeList = [
{ label: '全部', value: '' }, { label: '全部', value: '' },
{ label: '导学视频', value: '1' }, { label: '入学指南', value: '1' },
{ label: '学习地图', value: '2' } { label: '学习地图', value: '2' },
{ label: '考试攻略', value: '3' }
] ]
const onChangeType = () => { const onChangeType = () => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论