摘要: 文件名:dev.env.js 'use strict' const merge = require('webpack-merge') const prodEnv = require('./prod.env') module.exports = merge(prodEnv, { NODE_ENV: ' 阅读全文
posted @ 2020-04-18 16:48 xiaoxiao95 阅读(364) 评论(0) 推荐(0) 编辑
摘要: // The Vue build version to load with the `import` command // (runtime-only or standalone) has been set in webpack.base.conf with an alias. import Vue 阅读全文
posted @ 2020-04-18 16:34 xiaoxiao95 阅读(137) 评论(0) 推荐(0) 编辑
摘要: <template> <div id="register"> <childHeadComponent :headName='"重置密码"' @closeComp='closeRegister'></childHeadComponent> <div class="regist"> <h2>通过手机号重 阅读全文
posted @ 2020-04-18 16:32 xiaoxiao95 阅读(539) 评论(0) 推荐(0) 编辑
摘要: <template> <div id="login"> <img src="@/assets/img/bg.png" alt="" id="bg"> <img src="@/assets/img/logo.png" alt="" id="logo"> <div class="inps"> <h 阅读全文
posted @ 2020-04-18 16:31 xiaoxiao95 阅读(118) 评论(0) 推荐(0) 编辑
摘要: // 表格全局组件 import tableComponent from '@/common/base/tableComponent' // 输入框全局组件 import searchComponent from '@/common/base/searchComponent' // 子组件头部全局组 阅读全文
posted @ 2020-04-18 16:28 xiaoxiao95 阅读(126) 评论(0) 推荐(0) 编辑
摘要: import Vue from 'vue' import Router from 'vue-router' import login from '@/components/login/login' import management from '@/components/management' Vu 阅读全文
posted @ 2020-04-18 16:26 xiaoxiao95 阅读(93) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="financial"> <basic-container> <!-- 头部 --> <el-form :inline="true" :model="formInline" class="demo-form-inline projectName" > <! 阅读全文
posted @ 2020-04-18 16:10 xiaoxiao95 阅读(456) 评论(0) 推荐(0) 编辑
摘要: const selectArr = { // 课程类型 courseType:[{ label:'主线课', value:1 },{ label:'试听课', value:2 },{ label:'补课班', value:3 }], status:[{ label:'失效', value:'0' } 阅读全文
posted @ 2020-04-18 16:07 xiaoxiao95 阅读(104) 评论(0) 推荐(0) 编辑
摘要: var lunar = { tg: '甲乙丙丁戊己庚辛壬癸', dz: '子丑寅卯辰巳午未申酉戌亥', number: '一二三四五六七八九十', year: '鼠牛虎兔龙蛇马羊猴鸡狗猪', month: '正二三四五六七八九十冬腊', monthadd: [0, 31, 59, 90, 120,  阅读全文
posted @ 2020-04-18 16:06 xiaoxiao95 阅读(214) 评论(0) 推荐(0) 编辑
摘要: function add0(m){return m<10?'0'+m:m } var format = { Y:function(shijianchuo){ if(!shijianchuo){ return; } var time = new Date(shijianchuo); var y = t 阅读全文
posted @ 2020-04-18 16:04 xiaoxiao95 阅读(76) 评论(0) 推荐(0) 编辑
摘要: function toChinesNum(num){ let changeNum = ['零', '一', '二', '三', '四', '五', '六', '日', '八', '九']; let unit = ["", "十", 阅读全文
posted @ 2020-04-18 16:03 xiaoxiao95 阅读(130) 评论(0) 推荐(0) 编辑
摘要: import axios from 'axios' import {Message, Loading} from 'element-ui' const getCookieItem = (key)=>{ var arr = document.cookie.split("; "); for(var i  阅读全文
posted @ 2020-04-18 16:02 xiaoxiao95 阅读(202) 评论(0) 推荐(0) 编辑
摘要: import axios from 'axios' import {Message, Loading} from 'element-ui' const getCookieItem = (key)=>{ var arr = document.cookie.split("; "); for(var i  阅读全文
posted @ 2020-04-18 16:00 xiaoxiao95 阅读(128) 评论(0) 推荐(0) 编辑
摘要: import axios from 'axios' import {Message, Loading} from 'element-ui' const getCookieItem = (key)=>{ var arr = document.cookie.split("; "); for(var i  阅读全文
posted @ 2020-04-18 15:59 xiaoxiao95 阅读(144) 评论(0) 推荐(0) 编辑
摘要: import HttpRequest from './axios' import HttpRequestData from './axiosData' import HttpRequestImport from './axiosImport' let baseUrl; if (process.env 阅读全文
posted @ 2020-04-18 15:57 xiaoxiao95 阅读(212) 评论(0) 推荐(0) 编辑
摘要: <template slot-scope="scope" slot="hylxForm"> <el-radio-group v-model="radio" @change="hylxTabShow" > <el-radio-button id="hylx_gr" label="1" >个人</el- 阅读全文
posted @ 2020-04-18 15:38 xiaoxiao95 阅读(1775) 评论(0) 推荐(1) 编辑
摘要: 上代码:html <avue-crud :data="data" :option="option" v-model="obj" :before-close="beforeOpen"> <!-- 自定义列--> <template slot="name" slot-scope="scope" > <e 阅读全文
posted @ 2020-04-18 15:32 xiaoxiao95 阅读(5689) 评论(0) 推荐(0) 编辑