安装依赖
npm install @wcjiang/notify --save
使用
import mp3s from './assets/mp3/msg.mp3'
import Notify from '@wcjiang/notify'
const notify = new...
3年前 (2022-06-09)
喜欢
运行实例
使用
<range @getdata="getStatus"></range>
getStatus (e) {
this.status = e
},
代码
/**
* @Author: 85...
3年前 (2022-06-08)
喜欢
vue开发 导航菜单样式自定义,因为element ui NavMenu的功能已经满足需要,只需要调整样式就可以了。
使用代码
<sidebar :openeds="[0]" active="attendance"></...
3年前 (2022-06-07)
喜欢
<template>
<view class="home">
<u-sticky>
<view>
<div class="topbg">
<u...
3年前 (2022-06-06)
喜欢
客户提出登录后仍然返回,请登录,排查发现是提示信息持续5秒,用户登录在2秒内完成了登录。所以调整了一下,登录前关闭message弹窗。或者提示信息设置的短一点。
通过closeAll()关闭
this.$message.closeAll() 关闭所有弹窗
var that=th...
3年前 (2022-06-05)
喜欢
import { createRouter, createWebHashHistory } from 'vue-router'
import Home from '../views/Home.vue'
import chargingRules from '../views/cha...
3年前 (2022-06-05)
喜欢
运行实例
代码
<template>
<div class="echartsB">
<div class="echarts1s" ref="echarts">
...
3年前 (2022-06-05)
喜欢
运行实例
代码
<template>
<div class="echartsB">
<div class="echarts1s" ref="echarts">
...
3年前 (2022-06-05)
喜欢
/**
* @Author: 858834013@qq.com
* @Name: labelList
* @Date: 2022-05-25
* @Desc:
*/
<template>
<div class="labelList"&g...
3年前 (2022-06-05)
喜欢
uniapp app开发只选择图片,获取图片文件列表,并不上传图片。
<template>
<div class="fileListMain">
<u-cell-group>
<u-cell title=...
3年前 (2022-06-03)
喜欢