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

updates

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