Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat:fix https link #172

Merged
merged 1 commit into from
Jul 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions jvue-front/components/themes/default/FriendLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<div class="text-left">
<ul class="footerbottom">
<li>
<a href="http://www.terwergreen.com" target="_blank">远方的灯塔</a>
<a href="/" target="_blank">远方的灯塔</a>
</li>
<li>
<a href="https://www.pengjiandry.com/" target="_blank">彭涧</a>
</li>
<li>
<a href="http://lusongsong.com/" target="_blank">卢松松博客</a>
<a href="https://lusongsong.com/" target="_blank">卢松松博客</a>
</li>
<li>
<a href="/guestbook.html">申请友链</a>
Expand Down
2 changes: 1 addition & 1 deletion jvue-front/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module.exports = {
// See https://github.com/nuxt-community/axios-module#options
baseURL: development
? "http://localhost:8002/api"
: "http://v4.terwergreen.com/api"
: "https://v4.terwergreen.com/api"
},

/*
Expand Down
4 changes: 2 additions & 2 deletions jvue-front/pages/default.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*!
* Theme Name: terwer
* Theme URL: http://www.terwergreen.com
* Theme URL: https://github.com/terwer
* Description: 本主题是一款适合博客、新闻资讯、自媒体的主题模板。基于bootstrap响应式布局,自适应PC、手机、平板等多种设备浏览。包含普通文章、专题、视频、图集、下载五中文章类型,多种文章页模板。自带前端用户中心,前端登录注册、资料编辑、投稿、文章编辑、评论管理、收藏管理、用户关注一应俱全。文章列表及评论列表AJAX加载。视频支持本地上传、视频链接及视频平台视频。
* Author: 倚楼听雨
* Author URI: http://www.terwergreen.com
* Author URI: https://github.com/terwer
* Tags:blog
* Version: 1.0
*/
Expand Down