摘要: 在我们准备打包项目之前,需要考虑的一个问题是:【我们的项目最终是要部署在根目录还是子目录】 如果是部署在 根目录,并不会出现什么问题,因为你的资源文件放在 static 中,然后你在引用的时候,都是 /static/images/a.png、/static/images/login-bg.jpg 这 阅读全文
posted @ 2020-04-01 16:59 自律·给我自由 阅读(2347) 评论(0) 推荐(0) 编辑
摘要: // 引入swiper组件 import Swiper from "swiper"; import "swiper/dist/css/swiper.min.css"; <div class="tuimg"> <!-- swiper --> <div class="swiper-container"> 阅读全文
posted @ 2020-04-01 14:14 自律·给我自由 阅读(759) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="top-header"> <div class="top-nav flex flex--justify-content--space-between flex--align-items--center" :class="{'bg-white': !isT 阅读全文
posted @ 2020-04-01 10:31 自律·给我自由 阅读(793) 评论(0) 推荐(0) 编辑