会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
淮生
前端新手上路
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
下一页
2020年12月14日
VUE脚手架目录
摘要: SRC文件目录结构: API:保存一些跟后端请求有关的文件 common:一些静态资源,例如font—字体文件,js-通用JS和库,img-图片-,style-通用样式 components:一些组件 router:路由配置 store:存放vuex和main.js入口文件
阅读全文
posted @ 2020-12-14 01:56 淮生
阅读(92)
评论(0)
推荐(0)
2020年11月24日
VUE路由重复点击报错问题
摘要: 解决方案: import Vue from 'vue' import Router from 'vue-router' Vue.use(Router) //以下代码解决路由地址重复点击的报错问题 const originalPush = Router.prototype.push Router.pr
阅读全文
posted @ 2020-11-24 17:57 淮生
阅读(104)
评论(0)
推荐(0)
2020年9月22日
微信小程序自定义导航
摘要: html部分: <!--pages/indent/indent.wxml--> <!-- <text>订单页</text> --> <view class="container"> <!-- 导航 --> <view class='top_nav'> <view class="nav nav-nam
阅读全文
posted @ 2020-09-22 17:25 淮生
阅读(132)
评论(0)
推荐(0)
2020年9月19日
小程序相关
摘要: "tabBar": { "selectedColor": "#1296db", "list": [{ "pagePath": "pages/index/index", "text": "首页", "iconPath": "images/ico-home.png", "selectedIconPath
阅读全文
posted @ 2020-09-19 13:45 淮生
阅读(88)
评论(0)
推荐(0)
git 新项目提交方法
摘要: 1. git remote -v 查看远程仓 2. git fetch origin PtahRevitDesigner:temp 从远程仓orgin仓的master分支下载到本地,并新建一个temp分支 3. git diff temp 查看temp分支与本地原有分支的不同 4. git merg
阅读全文
posted @ 2020-09-19 12:55 淮生
阅读(404)
评论(0)
推荐(0)
2020年9月18日
axios请求接口封装
摘要: 配置页: import axios from "axios"; import mconfig from "./config" import {Message} from "element-ui" import router from "../router" axios.defaults.baseUR
阅读全文
posted @ 2020-09-18 18:52 淮生
阅读(387)
评论(0)
推荐(0)
2020年9月16日
IE浏览器兼容问题
摘要: 1:图片地址返回以及回显 新增表单时,图片显示和回显正常,显示界面无法看到图片, url多出了一截本地路径,在其他浏览器显示均正常。 2:flex布局 容易出现失效或者其他问题,使用定位不冲突的情况下可以换。 或者一开始就使用IE进行布局.
阅读全文
posted @ 2020-09-16 15:50 淮生
阅读(110)
评论(0)
推荐(0)
2020年8月28日
gitee常用命令以及报错
摘要: 设置账号密码 git config --global user.name "账号" git config --global user.name "邮箱" 继续设置 ssh-keygen -t rsa -C "邮箱" 常用命令 git clone地址//克隆远程仓库 git clone -b分支名地址
阅读全文
posted @ 2020-08-28 10:51 淮生
阅读(368)
评论(0)
推荐(0)
2020年8月18日
npm 运行失败
摘要: 情况: 检查vue、nodejs、webpack版本是否有冲突 vue -Vnode -vnpm info webpack 命令行窗口报错,需要检查host文件地址
阅读全文
posted @ 2020-08-18 12:16 淮生
阅读(414)
评论(0)
推荐(0)
2020年8月17日
Element文档-自用(随时更新)
摘要: 一类:表格 el-table外部标签,</el-table-column>为子标签 prop:可以使用外部绑定的数据中String类型字段。 代码:stripe 作用:判断是否为斑马纹表格 写入位置:外部标签 示范: <el-table :data="tableData" stripe style=
阅读全文
posted @ 2020-08-17 15:37 淮生
阅读(510)
评论(0)
推荐(0)
上一页
1
2
3
4
下一页
公告