소스 검색

deploy

master
Soleilw 1 년 전
부모
커밋
4c8161ada6
3개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1
    1
      dist/assets/index-BZg64ot1.js
  2. 1
    1
      dist/index.html
  3. 2
    2
      src/views/information/article/add/add.vue

dist/assets/index-BZg64ot1.js
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 1
- 1
dist/index.html 파일 보기

@@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/logo_1.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>菊城人才市场后台管理</title>
<script type="module" crossorigin src="/assets/index-Cf2vH2hh.js"></script>
<script type="module" crossorigin src="/assets/index-BZg64ot1.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DSahY579.css">
</head>
<body>

+ 2
- 2
src/views/information/article/add/add.vue 파일 보기

@@ -102,7 +102,7 @@
// 选择栏目/频道
let section_list = ref<Object[]>([])
const sectionSearch = (val : Object) => {
listSection(val).then((res : object) => {
listSection({keyword:val, pagesize: 999}).then((res : object) => {
const data = res.data.sections.map((item : object) => ({
label: item.name,
value: item.id,
@@ -111,7 +111,7 @@
})
}
const getSectionValue = (val : Object) => {
createForm.value.parent_id = val.key;
createForm.value.section_id = val.key;
}

// 富文本

Loading…
취소
저장