hookehuyr

fix: 更新图片资源URL为https协议并迁移至新CDN

...@@ -180,7 +180,7 @@ onMounted(async () => { ...@@ -180,7 +180,7 @@ onMounted(async () => {
180 const { code, data } = await infoUserAPI(); 180 const { code, data } = await infoUserAPI();
181 if (code) { 181 if (code) {
182 nickname.value = data.user.nickname; 182 nickname.value = data.user.nickname;
183 - avatar.value = data.user.avatar ? data.user.avatar : 'http://gyzs.onwall.cn/tou%402x.png'; 183 + avatar.value = data.user.avatar ? data.user.avatar : 'https://cdn.ipadbiz.cn/icon/tou@2x.png';
184 } 184 }
185 // 给每张图片添加查看事件 185 // 给每张图片添加查看事件
186 nextTick(() => { 186 nextTick(() => {
......
1 <!-- 1 <!--
2 * @Date: 2022-09-19 14:11:06 2 * @Date: 2022-09-19 14:11:06
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2022-12-07 17:51:37 4 + * @LastEditTime: 2025-08-18 23:19:18
5 * @FilePath: /swx/src/pages/index/index.vue 5 * @FilePath: /swx/src/pages/index/index.vue
6 * @Description: 首页 6 * @Description: 首页
7 --> 7 -->
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 .bg-header { 2 .bg-header {
3 height: 12rem; 3 height: 12rem;
4 width: 100%; 4 width: 100%;
5 - background-image: url(http://gyzs.onwall.cn/userinfo_bg-top%402x.png); 5 + background-image: url(https://cdn.ipadbiz.cn/icon/userinfo_bg-top@2x.png);
6 background-size: contain; 6 background-size: contain;
7 background-repeat: no-repeat; 7 background-repeat: no-repeat;
8 } 8 }
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 --> 7 -->
8 <template> 8 <template>
9 <view class="my-page"> 9 <view class="my-page">
10 - <view style="width: 100%; background-image: url(http://gyzs.onwall.cn/userinfo_bg-top%402x.png); background-size: contain; background-repeat: no-repeat;"> 10 + <view style="width: 100%; background-image: url(https://cdn.ipadbiz.cn/icon/userinfo_bg-top@2x.png); background-size: contain; background-repeat: no-repeat;">
11 <view style="height: 4rem; padding: 1rem;"> 11 <view style="height: 4rem; padding: 1rem;">
12 <van-row> 12 <van-row>
13 <van-col span="18" offset="0"> 13 <van-col span="18" offset="0">
...@@ -143,7 +143,7 @@ export default { ...@@ -143,7 +143,7 @@ export default {
143 this.activity_list = data.activity_list; 143 this.activity_list = data.activity_list;
144 this.no_partner_note_count = data.no_partner_note_count; 144 this.no_partner_note_count = data.no_partner_note_count;
145 this.nickname = data.user.nickname; 145 this.nickname = data.user.nickname;
146 - this.avatar = data.user.avatar ? data.user.avatar : 'http://gyzs.onwall.cn/tou%402x.png'; 146 + this.avatar = data.user.avatar ? data.user.avatar : 'https://cdn.ipadbiz.cn/icon/tou@2x.png';
147 } 147 }
148 // 获取主办方列表信息 148 // 获取主办方列表信息
149 const host = await hostListAPI({ is_join: 1 }); 149 const host = await hostListAPI({ is_join: 1 });
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 --> 7 -->
8 <template> 8 <template>
9 <div class="my-create-activity-page"> 9 <div class="my-create-activity-page">
10 - <view id="page-header" style="width: 100%; background-image: url(http://gyzs.onwall.cn/userinfo_bg-top%402x.png); background-size: contain; background-repeat: no-repeat;"> 10 + <view id="page-header" style="width: 100%; background-image: url(https://cdn.ipadbiz.cn/icon/userinfo_bg-top@2x.png); background-size: contain; background-repeat: no-repeat;">
11 <view style="height: 4rem; padding: 1rem;"> 11 <view style="height: 4rem; padding: 1rem;">
12 <van-row> 12 <van-row>
13 <van-col span="18"> 13 <van-col span="18">
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 --> 7 -->
8 <template> 8 <template>
9 <div class="my-create-activity-page"> 9 <div class="my-create-activity-page">
10 - <view id="page-header" style="width: 100%; background-image: url(http://gyzs.onwall.cn/userinfo_bg-top%402x.png); background-size: contain; background-repeat: no-repeat;"> 10 + <view id="page-header" style="width: 100%; background-image: url(https://cdn.ipadbiz.cn/icon/userinfo_bg-top@2x.png); background-size: contain; background-repeat: no-repeat;">
11 <view style="height: 4rem; padding: 1rem;"> 11 <view style="height: 4rem; padding: 1rem;">
12 <van-row> 12 <van-row>
13 <van-col span="18"> 13 <van-col span="18">
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
73 <view v-for="(item, index) in member_list" :key="index" class="list-item"> 73 <view v-for="(item, index) in member_list" :key="index" class="list-item">
74 <van-row> 74 <van-row>
75 <van-col span="6"> 75 <van-col span="6">
76 - <view @tap="goToUserInfo(item.id)" class="avatar" :style="{ backgroundImage: `url(${item.avatar ? item.avatar : 'http://gyzs.onwall.cn/tou%402x.png'})`, position: 'relative' }"> 76 + <view @tap="goToUserInfo(item.id)" class="avatar" :style="{ backgroundImage: `url(${item.avatar ? item.avatar : 'https://cdn.ipadbiz.cn/icon/tou@2x.png'})`, position: 'relative' }">
77 <view v-if="item.is_new" style="position: absolute; right: -0.5rem; top: -0.5rem; background-color: #FCEAE7; border-radius: 0.58rem; width: 1.2rem; height: 1.2rem; font-size: 0.7rem; line-height: 1.2rem; text-align: center; color: #E21A1A;">新</view> 77 <view v-if="item.is_new" style="position: absolute; right: -0.5rem; top: -0.5rem; background-color: #FCEAE7; border-radius: 0.58rem; width: 1.2rem; height: 1.2rem; font-size: 0.7rem; line-height: 1.2rem; text-align: center; color: #E21A1A;">新</view>
78 </view> 78 </view>
79 </van-col> 79 </van-col>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
29 <view v-for="(item, index) in member_list" :key="index" class="list-item" style="position: relative;"> 29 <view v-for="(item, index) in member_list" :key="index" class="list-item" style="position: relative;">
30 <van-row> 30 <van-row>
31 <van-col span="6"> 31 <van-col span="6">
32 - <view class="avatar" :style="{ backgroundImage: `url(${item.avatar ? item.avatar : 'http://gyzs.onwall.cn/tou%402x.png'})`, position: 'relative' }"></view> 32 + <view class="avatar" :style="{ backgroundImage: `url(${item.avatar ? item.avatar : 'https://cdn.ipadbiz.cn/icon/tou@2x.png'})`, position: 'relative' }"></view>
33 </van-col> 33 </van-col>
34 <van-col span="13"> 34 <van-col span="13">
35 <view class="content"> 35 <view class="content">
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 .bg-header { 2 .bg-header {
3 height: 12rem; 3 height: 12rem;
4 width: 100%; 4 width: 100%;
5 - background-image: url(http://gyzs.onwall.cn/userinfo_bg-top%402x.png); 5 + background-image: url(https://cdn.ipadbiz.cn/icon/userinfo_bg-top@2x.png);
6 background-size: contain; 6 background-size: contain;
7 background-repeat: no-repeat; 7 background-repeat: no-repeat;
8 } 8 }
......
...@@ -152,7 +152,7 @@ export default { ...@@ -152,7 +152,7 @@ export default {
152 const { code, data } = await infoMemberAPI({ i: getCurrentPageParam().member_id }); 152 const { code, data } = await infoMemberAPI({ i: getCurrentPageParam().member_id });
153 if (code) { 153 if (code) {
154 this.name = data.member.name; 154 this.name = data.member.name;
155 - this.avatar = data.member.avatar ? data.member.avatar : 'http://gyzs.onwall.cn/tou%402x.png'; 155 + this.avatar = data.member.avatar ? data.member.avatar : 'https://cdn.ipadbiz.cn/icon/tou@2x.png';
156 this.reg_count = data.reg_count; 156 this.reg_count = data.reg_count;
157 this.age_group = data.member.age_group; 157 this.age_group = data.member.age_group;
158 this.gender = data.member.gender === 'man' ? '男士' : '女士'; 158 this.gender = data.member.gender === 'man' ? '男士' : '女士';
......
1 .my-create-activity-page { 1 .my-create-activity-page {
2 #page-header { 2 #page-header {
3 width: 100%; 3 width: 100%;
4 - background-image: url(http://gyzs.onwall.cn/userinfo_bg-top%402x.png); 4 + background-image: url(https://cdn.ipadbiz.cn/icon/userinfo_bg-top@2x.png);
5 background-size: contain; 5 background-size: contain;
6 background-repeat: no-repeat; 6 background-repeat: no-repeat;
7 .toolbar-box { 7 .toolbar-box {
......
1 <!-- 1 <!--
2 * @Date: 2022-09-19 14:11:06 2 * @Date: 2022-09-19 14:11:06
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2022-11-15 13:58:51 4 + * @LastEditTime: 2025-08-19 11:39:07
5 * @FilePath: /swx/src/pages/userManage/index.vue 5 * @FilePath: /swx/src/pages/userManage/index.vue
6 * @Description: 单个主办方管理页面 6 * @Description: 单个主办方管理页面
7 --> 7 -->
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
65 <view v-for="(item, index) in member_list" :key="index" class="list-item" style="position: relative;"> 65 <view v-for="(item, index) in member_list" :key="index" class="list-item" style="position: relative;">
66 <van-row> 66 <van-row>
67 <van-col span="6"> 67 <van-col span="6">
68 - <view @tap="goToUserInfo(item.id)" class="avatar" :style="{ backgroundImage: `url(${item.avatar ? item.avatar : 'http://gyzs.onwall.cn/tou%402x.png'})`, position: 'relative' }"></view> 68 + <view @tap="goToUserInfo(item.id)" class="avatar" :style="{ backgroundImage: `url(${item.avatar ? item.avatar : 'https://cdn.ipadbiz.cn/icon/tou@2x.png'})`, position: 'relative' }"></view>
69 </van-col> 69 </van-col>
70 <van-col span="13"> 70 <van-col span="13">
71 <view class="content"> 71 <view class="content">
......