/**
* @Author: 858834013@qq.com
* @Name: tuceng
* @Date: 2022-06-10
* @Desc:
*/
<template>
<div class="tuceng wow fadeInLe...
3年前 (2022-06-10)
喜欢
安装依赖
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)
喜欢
客户提出登录后仍然返回,请登录,排查发现是提示信息持续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)
喜欢
/**
* @Author: 858834013@qq.com
* @Name: labelList
* @Date: 2022-05-25
* @Desc:
*/
<template>
<div class="labelList"&g...
3年前 (2022-06-05)
喜欢
生成主题色
在线生成主题色
生成后,下载主题色,放入项目目录。
引入主题色
import '../theme/index.css'
import ElementUI from 'element-ui'
import Vue from 'vue'
Vue.use(ElementU...
3年前 (2022-06-03)
喜欢
<template>
<div class="bodymap" id="echartmap"></div>
</template>
<script>
import {max...
3年前 (2022-06-02)
喜欢
getName: function(next) {
return next.substr(0, 1) + '**'
},
getPhone: function(next) {
return next.substr(0, 3) + '******' + ...
3年前 (2022-06-01)
喜欢