上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 38 下一页
摘要: 1、检查是否为微信浏览器 2、随机数时间戳 3、手机号码 4、获取域名主机 params: url:域名 5、判断是否移动设备访问 6、判断是分别是安卓还是苹果设备访问 7、时间格式化 8、数组去重 和 字符串里面的重复字符 9、生成随机数 阅读全文
posted @ 2019-11-13 18:23 蓝色帅-橙子哥 阅读(251) 评论(0) 推荐(0) 编辑
摘要: <template> <div id="id_test_video" style="width:100%; height:auto;"></div> </template> <script> export default { data() { return { } }, mounted(){ thi 阅读全文
posted @ 2019-11-11 10:22 蓝色帅-橙子哥 阅读(2086) 评论(0) 推荐(0) 编辑
摘要: <template> <div> <cube-slide :data="items"/> </div> </template> <script> export default { data(){ return { items: [ { url: 'https://www.baidu.com/', image: require('../assets/img/img_main_1.png') }, { 阅读全文
posted @ 2019-11-11 09:47 蓝色帅-橙子哥 阅读(956) 评论(0) 推荐(0) 编辑
摘要: <template> <div> <cube-button icon="cubeic-right" @click="goNext">Button With Icon</cube-button> </div> </template> <script> export default { methods:{ goNext(){ const toast = this.$createToast({ txt: 阅读全文
posted @ 2019-11-08 17:30 蓝色帅-橙子哥 阅读(976) 评论(0) 推荐(0) 编辑
摘要: 水印添加方式:1.新建 waterMark.js 内容如下 2.在入口app引入 阅读全文
posted @ 2019-10-16 09:37 蓝色帅-橙子哥 阅读(1800) 评论(0) 推荐(0) 编辑
摘要: // 还可以使用:第一个参数是默认的value参数,第二个是我们自己想传入的参数 @change='selectChange($event,vIndex)' 阅读全文
posted @ 2019-10-15 17:21 蓝色帅-橙子哥 阅读(5017) 评论(0) 推荐(0) 编辑
摘要: 1.监听路由处理 2.beforeRouteUpdate导航守卫 路由更新时触发 3.只需要在入口文件设置监听事件即可 阅读全文
posted @ 2019-10-14 14:22 蓝色帅-橙子哥 阅读(952) 评论(0) 推荐(0) 编辑
摘要: import * as types from '../mutation-types' const state = { btnCode: getBtnCode(), } const mutations = { getBtnObj(state, btnCodeObj) { // 登录成功后获取--按钮权限 state.btnCode = btnCodeObj; }, } ... 阅读全文
posted @ 2019-06-27 17:52 蓝色帅-橙子哥 阅读(2014) 评论(0) 推荐(0) 编辑
摘要: 1、安装cross-env (cross-env能跨平台地设置及使用环境变量)cnpm/npm i cross-env -D 2、新建模板 红色的为相关文件 3、配置各个文件 (1)config下面的index.js (2)config下面的 dev.evn.js (3)config下面的 test 阅读全文
posted @ 2019-03-07 15:39 蓝色帅-橙子哥 阅读(2865) 评论(0) 推荐(1) 编辑
摘要: 开始!正常的简单的拆分下是这样的文件当然module可以在store下面新建一个文件夹用来处理单独模块的vuex管理比较合适。 1.index.js下面 import Vue from 'vue' import Vuex from 'vuex' import state from './state' 阅读全文
posted @ 2019-03-04 10:51 蓝色帅-橙子哥 阅读(1024) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 38 下一页