2021年12月13日

登录--vue

摘要: <template> <section class="login"> <div class="login-content"> <div class="login-inner"> <div class="login-inner-left"> <img src="../../assets/images/ 阅读全文

posted @ 2021-12-13 23:17 被窝暖暖嘻嘻嘻 阅读(20) 评论(0) 推荐(0) 编辑

echarts

摘要: initEcharts() { let myChart = echarts.init(document.getElementById("partTwo")); //只让click事件触发一次 myChart.off("click"); let option = { backgroundColor: 阅读全文

posted @ 2021-12-13 23:16 被窝暖暖嘻嘻嘻 阅读(56) 评论(0) 推荐(0) 编辑

git忽略得文件

摘要: .gitignore文件 # 依赖 /node_modules # 编译之后产生的目录 dist/ dll/ # Eclipse项目配置文件及其目录 .project .classpath .settings/ MAINFEST.MF deploy/ # IDEA项目配置文件及其目录 *.iml . 阅读全文

posted @ 2021-12-13 23:05 被窝暖暖嘻嘻嘻 阅读(19) 评论(0) 推荐(0) 编辑

导航