- 博客(12)
- 收藏
- 关注
原创 Arcgis For Javascript 4.x vue2 项目使用
Arcgis For Javascript 4.x vue2 项目使用 下载,引入样式,创建arcgis类 及其实例
2022-08-01 13:44:10
1043
3
原创 WangeDitor 富文本编辑器 vue2项目 图片上传服务器转地址存编辑器中
创建wangeditor.vue文件当作子组件使用,需要使用的页面直接引入组件即可。 图片上传服务器转地址存编辑器中
2022-07-29 22:38:06
1595
原创 VUE项目 Iview UI 文件夹上传
html<!-- 表格操作中的上传文件夹 --><el-table-column label="操作" width="200"> <template slot-scope="scope"> <!-- 上传 options 上传配置--> <uploader :options="optionsUpLoader" class="uploader-example" ref="uploader" v-if="
2022-01-26 10:19:50
1445
原创 uniapp 页面跳转
一,跳转非tab 页面- 可返回html 跳转标签<navigator url="/pages/opinion/opinion">进入详情 ></navigator>js代码uni-app官网uni.navigateTo({ url:'/pages/amend/amend?index='+index,})根据前一个页面传参,自定义顶部内容onLoad(option) { this.num=option.num; option......
2022-01-06 14:10:05
994
原创 uniapp 请求request 封装
http.jsconst baseUrl = "http://localhost:8080/api"const $http ={ httpRequest:function(options={}){ // console.log(options,'options') // 设置请求头信息 options.header={ 'Content-Type': 'application/json;charset=UTF-8', } //请求地址 var url=baseUrl+
2022-01-06 13:52:52
1584
原创 uniAPP 上传文件(uview upload) and 上传图片(uni.upload)
上传文件 uview uploadhtml<u-upload @afterRead="afterRead" :maxCount="1" width="250" height="150" > <view class="uploadTitle" style="color:#000" v-if="form.fileName"> {{form.fileName}} </view> <view class="uploadTitle"
2022-01-06 13:43:01
10132
2
原创 VUE Cli 项目 Element-UI Carousel 走马灯 轮播图 自适应浏览器高宽
<template> <div id="Dynamic" :style="{width:fullWidth+'px',height:fullHeight+'px'}"> <!-- 轮播图区域 --> <div class="banner_div"> <el-carousel :interval="interval" trigger="click" :height="bannerHeight+'px'"> ...
2021-10-27 16:04:32
456
原创 vue Element-UI table 内容图片,图片放大,tag 标签.....
<div class="main" > <!--table 请求数据前动画 v-loading--> <!--v-loading:table 请求数据前动画--> <el-table :data="tableData" style="width: 100%" :height="fullHeight" v-loading="!tableData" element-loading-text="数据加载中" .
2021-10-27 16:04:12
545
原创 vue cli 项目 父组件数据变化后 子组件重新加载,更新数据
<template> <div class="echarts"> <Chart1 ref="Chart1" :key="timer" :style="{height:height+'px'}" v-if="ChartShow" :ChartData="Chart1Data"></Chart1> <div v-else class="text" :style="{height:height+'px', lineHe.
2021-10-27 15:59:12
1223
原创 vue cli 项目Element-ui upload 把上传头像 转为base64 保存数据库(头像预览待更新)
使用组件,:size="46" 这是大小:limit="1" 最多上传文件数list-type="picture" 上传文件类型action="" 上传地址auto-upload 是否自动上传on-change 事件获取文件信息<template> <div class="PersonalData" > <div class="divs"> <p class="title">..
2021-09-29 09:44:33
1280
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人