上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 31 下一页
  2022年2月10日
摘要: 要启动Vue打包好的项目,您可以使用Nginx来布署Web服务器。 下面是一些步骤: 1. 首先到Nginx的官网下载对应的Windows二进制文件。 2. 解压缩文件到合适的目录。比如C:\nginx。 3. 将Vue打包产生的dist文件夹拷贝到Nginx目录下的html文件夹。 4. 打开Ng 阅读全文
posted @ 2022-02-10 09:39 文种玉 阅读(68) 评论(0) 推荐(0) 编辑
  2022年1月30日
摘要: api account.js export default { checkLogin(data) { return request.post("/user/login",data) }, } index.js /* 引入并暴露 */ export { default as account } fro 阅读全文
posted @ 2022-01-30 05:46 文种玉 阅读(77) 评论(0) 推荐(0) 编辑
  2022年1月26日
摘要: ![](https://img2022.cnblogs.com/blog/1341065/202201/1341065-20220126020015759-2030876388.png) 阅读全文
posted @ 2022-01-26 02:01 文种玉 阅读(550) 评论(0) 推荐(0) 编辑
  2022年1月19日
摘要: https://jingyan.baidu.com/article/425e69e623546fbe15fc16cf.html 阅读全文
posted @ 2022-01-19 17:45 文种玉 阅读(55) 评论(0) 推荐(0) 编辑
  2022年1月18日
摘要: element ui form表单 的校验规则 单一校验 在form表单上面 添加告诉我们需要添加校验 :rules="rules" 编写规则 rules: { username: [ /* element ui 的校验 required 必填 message 校验失败的消息提醒 trigger 触 阅读全文
posted @ 2022-01-18 10:35 文种玉 阅读(825) 评论(0) 推荐(1) 编辑
  2022年1月17日
摘要: vue create vue-cli 选择:Manually select features 选择: Babel->Progressive Web App (PWA) Support->Router->Vuex->CSS Pre-processors->Linter / Formatter-->两下 阅读全文
posted @ 2022-01-17 16:17 文种玉 阅读(84) 评论(0) 推荐(0) 编辑
  2022年1月15日
摘要: 文件夹首字母小写 js~首字母大写 数据库连接模块 db ~~ BaseDao(放到Dao当中) services ~~ dao 控制层模块 router 阅读全文
posted @ 2022-01-15 14:58 文种玉 阅读(60) 评论(0) 推荐(0) 编辑
  2022年1月11日
摘要: overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; //几行 -webkit-box-orient: vertical; 阅读全文
posted @ 2022-01-11 10:38 文种玉 阅读(117) 评论(0) 推荐(0) 编辑
  2022年1月9日
摘要: ![](https://img2020.cnblogs.com/blog/1341065/202201/1341065-20220109195641007-161346513.png) 阅读全文
posted @ 2022-01-09 19:57 文种玉 阅读(577) 评论(0) 推荐(0) 编辑
  2021年12月28日
摘要: /* 关闭弹出框 */ this.$msgbox.close(); 阅读全文
posted @ 2021-12-28 11:48 文种玉 阅读(1299) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 31 下一页