
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
oss文件,oss.jsimport Vue from 'vue';let vm = new Vue();//请求后台获取oss签名信息function httpGetOssInfo() {return vm.$u.get('/oss/policy')}// 设置自定义文件名称function setFileName({filePath,prefix}) {let filePrefix = pre

一,【params】和【query】传值:传值页面:<template><div><el-card class="post-card" v-for="item in postList" v-bind:key="item.id" v-on:click="turnToPost(item.id)"></el-card></div></te

//值和id的名字需要和回显函数的值和id对应//数据格式(该案例值为:dictValue;id为:dictLabel)deptList: [{ dictValue: 2, dictLabel: '移动' }, { dictValue: 3, dictLabel: '联通' },{ dictValue: 4, dictLabel: '电信' }, { dictValue: 1, dictLabel

【代码】vue在线预览pdf、word、xls、ppt等office文件。

// 由于这里进行了一些api的封装,可参考代码// https://www.jianshu.com/p/80e33d16182f//引用的一些方法放下面了,我一般都是封装到单独的js文件引进来//GetAddress.js 引入使用放在最底部//一、这里是获取经纬度(包括调取用户设置,对用户设置的判断)export default async function wxGetLocation() {








