feat:合并

This commit is contained in:
lixg
2022-12-03 11:58:21 +08:00
5 changed files with 9 additions and 6 deletions

View File

@@ -140,8 +140,8 @@
</div>
</template>
<script>
import {reactive, toRefs, onMounted} from "vue";
import {listView, auditList, auditlist, auditedlist} from "../../api/indexAudit";
import {onMounted, reactive, toRefs} from "vue";
import {auditedlist} from "../../api/indexAudit";
export default {
name: "ProjectViewed",

View File

@@ -771,6 +771,7 @@
</div>
<div class="btnbox" style="margin: 20px">
<a-upload
v-if="(docChecked==true)"
v-model:file-list="fileList"
name="file"
action="/manageApi/file/upload"
@@ -787,7 +788,7 @@
alt=""
/>
</a-upload>
<div class="btnbox" style="margin: 20px">
<div v-if="(docChecked==true)" class="btnbox" style="margin: 20px">
<span style="color: #999999">
支持pdf.ppt.pptx.doc.docx.xls.xlsx.jpeg.png.gif.zip
</span>

View File

@@ -587,6 +587,7 @@
</div>
<div class="btnbox" style="margin: 20px">
<a-upload
v-if="(docChecked==true)"
v-model:file-list="fileList"
name="file"
action="/manageApi/file/upload"
@@ -603,7 +604,7 @@
alt=""
/>
</a-upload>
<div class="btnbox" style="margin: 20px">
<div v-if="(docChecked==true)" class="btnbox" style="margin: 20px">
<span style="color: #999999">
支持pdf.ppt.pptx.doc.docx.xls.xlsx.jpeg.png.gif.zip
</span>

View File

@@ -1036,6 +1036,7 @@
</div>
<div class="btnbox" style="margin: 20px">
<a-upload
v-if="(docChecked==true)"
v-model:file-list="fileList"
name="file"
action="/manageApi/file/upload"
@@ -1052,7 +1053,7 @@
alt=""
/>
</a-upload>
<div class="btnbox" style="margin: 20px">
<div v-if="(docChecked==true)" class="btnbox" style="margin: 20px">
<span style="color: #999999">
支持pdf.ppt.pptx.doc.docx.xls.xlsx.jpeg.png.gif.zip
</span>

View File

@@ -15,7 +15,7 @@ module.exports = defineConfig({
proxy: {
"/manageApi": {
// target:"http://192.168.56.245:30001/",
target: "http://111.231.196.214:30001/", //这里后台的地址模拟的;应该填写你们真实的后台接口
target: "http://localhost:30001/", //这里后台的地址模拟的;应该填写你们真实的后台接口
changeOrigin: true, //表示是否改变原域名
// secure: false,
// ws: false, //表示WebSocket协议