摘要: grouponName: [{ required: true, message: '请填写。。。', trigger: 'blur,change' }], validity: [{ required: true, message: '请填写。。。', trigger: 'blur', type: ' 阅读全文
posted @ 2022-05-25 09:24 鱼池离 阅读(252) 评论(0) 推荐(0) 编辑
摘要: Vue.config.productionTip = false这句代码是在入口文件里的 当不注释该代码,则不显示上述warning, 有了Vue.config.productionTip = false这句代码,它会阻止你显示显示生产模式的消息 阻止启动生产消息 這又是什麽意思? Vue.conf 阅读全文
posted @ 2020-10-16 13:36 鱼池离 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 同步:同步模式,又称阻塞模式,会阻止浏览器的后续处理,停止后续的解析,停止进一步发送请求的操作; 异步:异步加载又叫非阻塞,浏览器在下载执行JS同时,还会继续进行后续页面数据发送请求加载的处理 阅读全文
posted @ 2020-10-15 15:18 鱼池离 阅读(71) 评论(0) 推荐(0) 编辑
摘要: export const DEFAULT_TITLE = "你好"; // export const PRODUCT_SERVER_URL = "http://10.10.1.12:8080/lottery/api"; // export const DEV_SERVER_URL = "http:/ 阅读全文
posted @ 2019-12-23 15:46 鱼池离 阅读(259) 评论(0) 推荐(0) 编辑
摘要: import 'whatwg fetch'; import 'es6 promise'; require('es6 promise').polyfill(); import as common from 'common/common.js'; function checkStatus(respons 阅读全文
posted @ 2019-12-23 15:38 鱼池离 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 目录结构: 用到缓存的地方: 缓存的方法 清楚缓存 阅读全文
posted @ 2019-12-23 15:13 鱼池离 阅读(459) 评论(0) 推荐(0) 编辑
摘要: 文件目录格式 <!DOCTYPE html 来点彩 入口的HTML文件 import React, { Component } from 'react'; import { render } from 'react dom'; import { hashHistory } from 'react r 阅读全文
posted @ 2019-12-11 10:20 鱼池离 阅读(228) 评论(0) 推荐(0) 编辑
摘要: react 错误提示:显示IP端口被占用 阅读全文
posted @ 2019-11-27 17:44 鱼池离 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 妲己再美,终究是妖 纣王再坏,终究是王 烟花再美,终究会灭 剧情再好,终究是戏 你再好,终究不属于我... 阅读全文
posted @ 2019-01-31 14:25 鱼池离 阅读(173) 评论(0) 推荐(0) 编辑
摘要: document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" 订单"); document.w 阅读全文
posted @ 2017-09-05 16:00 鱼池离 阅读(550) 评论(0) 推荐(0) 编辑