上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 30 下一页
摘要: 主界面主要分成五部分: 1、顶部为LOGO区,主要展示科技技术情报研究院的LOGO,并用蓝黑色显示科技政策查询系统。 2、第二部分为多条件查询区,主要包括政策图解(按钮式超级链接),查询条件包括政策名称、政策文号、发文机构、全文检索四个查询条件,可以根据四个条件进行综合查询。 3、第三部分为左侧科技 阅读全文
posted @ 2023-04-10 21:56 旺旺大菠萝 阅读(118) 评论(0) 推荐(0)
摘要: 文件上传功能 methods: { //by文章id获取附件列表 getFiles() { var articleId = 0; articleId = store.state.articleMsg.row.id; console.log(articleId); this.$store.dispat 阅读全文
posted @ 2023-04-07 21:09 旺旺大菠萝 阅读(27) 评论(0) 推荐(0)
摘要: store层搜索请求 //search模块的小仓库 import { reqMockBook } from '@/api' let state = { //搜索模块返回的数据 searchList: {} }; let mutations = { GETSEARCHLIST(state, searc 阅读全文
posted @ 2023-04-06 21:50 旺旺大菠萝 阅读(10) 评论(0) 推荐(0)
摘要: 全局前置守卫 router.beforeEach(async (to, from, next) => { //to:去的那个路由的信息 //from:从那个路由而来的信息 //next:放行函数!!!!!! //第一种:next(),放行函数,放行到它想去的路由!!! //第二种:next(path 阅读全文
posted @ 2023-04-05 22:00 旺旺大菠萝 阅读(13) 评论(0) 推荐(0)
摘要: 完成pdf的展示 1 <template> 2 <div> 3 <div class="pdfArea"> 4 <pdf 5 ref="pdf" 6 :src="url" 7 :page="pageNum" 8 :rotate="pageRotate" 9 @progress="loadedRati 阅读全文
posted @ 2023-04-04 20:25 旺旺大菠萝 阅读(47) 评论(0) 推荐(0)
摘要: 此方法可以解决: 使用Vue-ptf时报错: maintemplate.hooks.hotbootstrap has been removed (use your own runtimemodule 和 package-lock.json导包( less , lessloader )和 ( npm 阅读全文
posted @ 2023-04-04 18:13 旺旺大菠萝 阅读(7925) 评论(0) 推荐(0)
摘要: 原型展示: 阅读全文
posted @ 2023-04-03 21:14 旺旺大菠萝 阅读(12) 评论(0) 推荐(0)
摘要: 下载地址:Typora 官方中文站 (typoraio.cn) 历史版本:1.3.8 将网盘中的 winmm.dll 补丁复制到 Typora 安装根目录下: 阅读全文
posted @ 2023-04-02 20:13 旺旺大菠萝 阅读(1297) 评论(0) 推荐(0)
摘要: 电梯演讲: https://www.bilibili.com/video/BV1FX4y1d7EJ/?spm_id_from=333.999.0.0&vd_source=dee6f791cc2c7fe59724a0858cfb9dc9 演讲人:庞少航 阅读全文
posted @ 2023-04-02 19:42 旺旺大菠萝 阅读(20) 评论(0) 推荐(0)
摘要: 完成路由跳转,和上传页面 <template> <div> <!-- <el-upload class="upload-demo" ref="uploadFile" :action="-" :auto-upload="false" :limit="1" :on-change="onChangeFil 阅读全文
posted @ 2023-03-31 21:32 旺旺大菠萝 阅读(31) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 30 下一页