Bläddra i källkod

图片迁移到images文件夹

littleblue55 1 månad sedan
förälder
incheckning
6eca44c57e
47 ändrade filer med 27 tillägg och 27 borttagningar
  1. 6 6
      pages.json
  2. 1 1
      pages/chat/chat.vue
  3. 1 1
      pages/chatDetail/chatDetail.vue
  4. 1 1
      pages/dynamic/dynamic/dynamic.vue
  5. 1 1
      pages/dynamic/dynamicDetail/dynamicDetail.vue
  6. 1 1
      pages/goOnEdu/course/component/courseHome/courseHome.vue
  7. 1 1
      pages/goOnEdu/course/courseDetail/courseOrder.vue
  8. 1 1
      pages/goOnEdu/course/courseDetail/coursePay.vue
  9. 1 1
      pages/goOnEdu/course/courseMine/mineFavi/mineFavi.vue
  10. 1 1
      pages/goOnEdu/course/courseMine/mineRecord/mineRecord.vue
  11. 4 4
      pages/goOnEdu/course/index.vue
  12. 2 2
      pages/goOnEdu/index.vue
  13. 1 1
      pages/guide/guide/guide.vue
  14. 1 1
      pages/guide/guideDetail/guideDetail.vue
  15. 1 1
      pages/index/index.vue
  16. 1 1
      pages/notice/notice/notice.vue
  17. 1 1
      pages/notice/noticeDetail/noticeDetail.vue
  18. 1 1
      pages/personalCenter/personalCenter.vue
  19. 0 0
      static/images/chat-icon/goumai.png
  20. 0 0
      static/images/chat-icon/jiaoyu.png
  21. 0 0
      static/images/chat-icon/shengri.png
  22. 0 0
      static/images/chat-icon/zhifu.png
  23. 0 0
      static/images/edu-icon/course.png
  24. 0 0
      static/images/edu-icon/favi-icon.png
  25. 0 0
      static/images/edu-icon/net.png
  26. 0 0
      static/images/edu-icon/no-favi-icon.png
  27. 0 0
      static/images/edu-icon/pay.png
  28. 0 0
      static/images/index-icon/dynamic.png
  29. 0 0
      static/images/index-icon/edu.png
  30. 0 0
      static/images/index-icon/guide.png
  31. 0 0
      static/images/index-icon/index.png
  32. 0 0
      static/images/index-icon/level.png
  33. 0 0
      static/images/index-icon/notice.png
  34. 0 0
      static/images/index-icon/pay.png
  35. 0 0
      static/images/index-icon/report.png
  36. 0 0
      static/images/notice/11.jpg
  37. 0 0
      static/images/notice/22.png
  38. 0 0
      static/images/notice/ditu.png
  39. 0 0
      static/images/notice/notice.png
  40. 0 0
      static/images/tabbar-icon/comment-filling.png
  41. 0 0
      static/images/tabbar-icon/comment.png
  42. 0 0
      static/images/tabbar-icon/home-fill.png
  43. 0 0
      static/images/tabbar-icon/home.png
  44. 0 0
      static/images/tabbar-icon/shijian.png
  45. 0 0
      static/images/tabbar-icon/time.png
  46. 0 0
      static/images/tabbar-icon/user-line.png
  47. 0 0
      static/images/tabbar-icon/user-s.png

+ 6 - 6
pages.json

@@ -430,20 +430,20 @@
 			{
 				"pagePath": "pages/index/index",
 				"text": "主页",
-				"iconPath": "static/tabbar-icon/home.png",
-				"selectedIconPath": "static/tabbar-icon/home-fill.png"
+				"iconPath": "static/images/tabbar-icon/home.png",
+				"selectedIconPath": "static/images/tabbar-icon/home-fill.png"
 			},
 			{
 				"pagePath": "pages/chat/chat",
 				"text": "消息",
-				"iconPath": "static/tabbar-icon/comment.png",
-				"selectedIconPath": "static/tabbar-icon/comment-filling.png"
+				"iconPath": "static/images/tabbar-icon/comment.png",
+				"selectedIconPath": "static/images/tabbar-icon/comment-filling.png"
 			},
 			{
 				"pagePath": "pages/personalCenter/personalCenter",
 				"text": "我的",
-				"iconPath": "static/tabbar-icon/user-line.png",
-				"selectedIconPath": "static/tabbar-icon/user-s.png"
+				"iconPath": "static/images/tabbar-icon/user-line.png",
+				"selectedIconPath": "static/images/tabbar-icon/user-s.png"
 			}
 		]
 	},

+ 1 - 1
pages/chat/chat.vue

@@ -13,7 +13,7 @@
 			<view class="list-item-box" v-for="item in list" :key="item.id" @click="onChatClick(item)">
 				<view class="main-box">
 					<!-- <view class="icon-box">
-						<cover-image class="icon" :src="`/static/chat-icon/${item.type}.png`"></cover-image>
+						<cover-image class="icon" :src="`/static/images/chat-icon/${item.type}.png`"></cover-image>
 						<view class="tag" v-show="item.isRead"></view>
 					</view> -->
 					<view class="content-box">

+ 1 - 1
pages/chatDetail/chatDetail.vue

@@ -3,7 +3,7 @@
 		<view class="chat-box">
 			<view class="header-box">
 				<view class="icon-box">
-					<cover-image class="icon" :src="`/static/chat-icon/${chat.type}.png`"></cover-image>
+					<cover-image class="icon" :src="`/static/images/chat-icon/${chat.type}.png`"></cover-image>
 				</view>
 				<view class="title-box">
 					{{chat.title}}

+ 1 - 1
pages/dynamic/dynamic/dynamic.vue

@@ -4,7 +4,7 @@
 			<view class="list-item-box" v-for="item in list" :key="item.id" @click="onDynamicClick(item)">
 				<view class="main-box">
 					<view class="icon-box">
-						<cover-image class="icon" :src="`/static/notice/22.png`"></cover-image>
+						<cover-image class="icon" :src="`/static/images/notice/22.png`"></cover-image>
 					</view>
 					<view class="content-box">
 						<view class="title">

+ 1 - 1
pages/dynamic/dynamicDetail/dynamicDetail.vue

@@ -16,7 +16,7 @@ export default {
     return {
       announcement: {
         title: "参观科技博览会",
-        content: "<p>20名协会成员于10月15日参加了全国科技博览会,收获颇丰。此次活动增进了大家对科技前沿的认识。</p><img src='/static/notice/ditu.png' />", // 假设这是后端返回的内容
+        content: "<p>20名协会成员于10月15日参加了全国科技博览会,收获颇丰。此次活动增进了大家对科技前沿的认识。</p><img src='/static/images/notice/ditu.png' />", // 假设这是后端返回的内容
         date: "2023-10-16T00:00:00Z" // ISO格式日期
       }
     };

+ 1 - 1
pages/goOnEdu/course/component/courseHome/courseHome.vue

@@ -21,7 +21,7 @@
 						<view class="course-title">
 							<text>{{ course.keChengMingCheng }}</text>
 							<image style="width: 25rpx;height: 25rpx;padding-left: 20rpx;"
-								:src="course.isShouCang ? '/static/edu-icon/favi-icon.png' : '/static/edu-icon/no-favi-icon.png'"
+								:src="course.isShouCang ? '/static/images/edu-icon/favi-icon.png' : '/static/images/edu-icon/no-favi-icon.png'"
 								@click.stop="collectCourse(course.id, index)">
 							</image>
 						</view>

+ 1 - 1
pages/goOnEdu/course/courseDetail/courseOrder.vue

@@ -8,7 +8,7 @@
 				<view class="course-title">
 					<text>{{ course.keChengMingCheng }}</text>
 					<image style="width: 25rpx;height: 25rpx;padding-left: 20rpx;"
-						:src="course.isShouCang ? '/static/edu-icon/favi-icon.png' : '/static/edu-icon/no-favi-icon.png'">
+						:src="course.isShouCang ? '/static/images/edu-icon/favi-icon.png' : '/static/images/edu-icon/no-favi-icon.png'">
 					</image>
 				</view>
 				<view class="course-type">{{ course.keChengLeXing }}</view>

+ 1 - 1
pages/goOnEdu/course/courseDetail/coursePay.vue

@@ -1,7 +1,7 @@
 <template>
 	<view class="container">
 		<view class="pay-content">
-			<image src="/static/edu-icon/pay.png" class="pay-img"></image>
+			<image src="/static/images/edu-icon/pay.png" class="pay-img"></image>
 			<text class="pay-text">支付成功</text>
 			<button class="play-btn" @click="toWatch">点击观看</button>
 		</view>

+ 1 - 1
pages/goOnEdu/course/courseMine/mineFavi/mineFavi.vue

@@ -10,7 +10,7 @@
 						<view class="course-title">
 							<text>{{ course.keChengMingCheng }}</text>
 							<!-- <image style="width: 25rpx;height: 25rpx;padding-left: 20rpx;"
-								:src="course.isShouCang ? '/static/edu-icon/favi-icon.png' : '/static/edu-icon/no-favi-icon.png'">
+								:src="course.isShouCang ? '/static/images/edu-icon/favi-icon.png' : '/static/images/edu-icon/no-favi-icon.png'">
 							</image> -->
 						</view>
 						<view class="course-type">{{ course.keChengLeXing }}</view>

+ 1 - 1
pages/goOnEdu/course/courseMine/mineRecord/mineRecord.vue

@@ -10,7 +10,7 @@
 						<view class="course-title">
 							<text>{{ course.keChengMingCheng }}</text>
 							<!-- <image style="width: 25rpx;height: 25rpx;padding-left: 20rpx;"
-								:src="course.isShouCang ? '/static/edu-icon/favi-icon.png' : '/static/edu-icon/no-favi-icon.png'">
+								:src="course.isShouCang ? '/static/images/edu-icon/favi-icon.png' : '/static/images/edu-icon/no-favi-icon.png'">
 							</image> -->
 						</view>
 						<view class="course-type">{{ course.keChengLeXing }}</view>

+ 4 - 4
pages/goOnEdu/course/index.vue

@@ -7,13 +7,13 @@
 		<!-- <view class="tabbar-block"></view>
 		<view class="tabbar">
 			<view  class="tab-item" :class="{ active: tabValue === 'courseHome' }" @click="selectTab('courseHome')">
-				<image src="/static/tabbar-icon/home-fill.png" v-if="tabValue === 'courseHome'"></image>
-				<image src="/static/tabbar-icon/home.png" v-else></image>
+				<image src="/static/images/tabbar-icon/home-fill.png" v-if="tabValue === 'courseHome'"></image>
+				<image src="/static/images/tabbar-icon/home.png" v-else></image>
 				<text>首页</text>
 			</view>-
 			<view  class="tab-item" :class="{ active: tabValue === 'courseMine' }" @click="selectTab('courseMine')">
-				<image src="/static/tabbar-icon/user-s.png" v-if="tabValue === 'courseMine'"></image>
-				<image src="/static/tabbar-icon/user-line.png" v-else></image>
+				<image src="/static/images/tabbar-icon/user-s.png" v-if="tabValue === 'courseMine'"></image>
+				<image src="/static/images/tabbar-icon/user-line.png" v-else></image>
 				<text>我的</text>
 			</view>
 		</view> -->

+ 2 - 2
pages/goOnEdu/index.vue

@@ -1,11 +1,11 @@
 <template>
 	<view>
 		<view class="main-btn" @click="toPage(courseUrl)">
-			<image src="/static/edu-icon/course.png"></image>
+			<image src="/static/images/edu-icon/course.png"></image>
 			<text>培训课程</text>
 		</view>
 		<view class="main-btn" @click="toOtherApp">
-			<image src="/static/edu-icon/net.png"></image>
+			<image src="/static/images/edu-icon/net.png"></image>
 			<text>网络教育</text>
 		</view>
 	</view>

+ 1 - 1
pages/guide/guide/guide.vue

@@ -4,7 +4,7 @@
 			<view class="list-item-box" v-for="item in list" :key="item.id" @click="onGuideClick(item)">
 				<view class="main-box">
 					<view class="icon-box">
-						<cover-image class="icon" :src="`/static/notice/22.png`"></cover-image>
+						<cover-image class="icon" :src="`/static/images/notice/22.png`"></cover-image>
 					</view>
 					<view class="content-box">
 						<view class="title">

+ 1 - 1
pages/guide/guideDetail/guideDetail.vue

@@ -16,7 +16,7 @@ export default {
     return {
       announcement: {
         title: "申请加入协会指南",
-        content: "<p>想要加入我们的协会吗?请填写申请表并提交至办公室,审核后会通知您结果。</p><img src='/static/notice/ditu.png' />", // 假设这是后端返回的内容
+        content: "<p>想要加入我们的协会吗?请填写申请表并提交至办公室,审核后会通知您结果。</p><img src='/static/images/notice/ditu.png' />", // 假设这是后端返回的内容
         date: "2023-10-01T00:00:00Z" // ISO格式日期
       }
     };

+ 1 - 1
pages/index/index.vue

@@ -16,7 +16,7 @@
 			<u-grid :col="4" :border="false" style="margin: 10rpx 0 ;">
 				<template v-for="(item,index) in navList" :key="index">
 					<u-grid-item bg-color="none" @click="jumpToPage(item)">
-						<image :src="`/static/index-icon/${item.image}.png`" style="height: 70rpx;width: 70rpx;">
+						<image :src="`/static/images/index-icon/${item.image}.png`" style="height: 70rpx;width: 70rpx;">
 						</image>
 						<view class="grid-text">{{item.title}}</view>
 					</u-grid-item>

+ 1 - 1
pages/notice/notice/notice.vue

@@ -13,7 +13,7 @@
 			<view class="list-item-box" v-for="item in list" :key="item.id" @click="onNoticeClick(item)">
 				<view class="main-box">
 					<view class="icon-box">
-						<cover-image class="icon" :src="`/static/notice/notice.png`"></cover-image>
+						<cover-image class="icon" :src="`/static/images/notice/notice.png`"></cover-image>
 					</view>
 					<view class="content-box">
 						<view class="title">

+ 1 - 1
pages/notice/noticeDetail/noticeDetail.vue

@@ -16,7 +16,7 @@ export default {
     return {
       announcement: {
         title: "2023年度团队建设活动",
-        content: "<p>为了增强团队凝聚力,定于10月30日举行年度团队建设活动。</p><img src='/static/notice/ditu.png' />", // 假设这是后端返回的内容
+        content: "<p>为了增强团队凝聚力,定于10月30日举行年度团队建设活动。</p><img src='/static/images/notice/ditu.png' />", // 假设这是后端返回的内容
         date: "2023-10-20T00:00:00Z" // ISO格式日期
       }
     };

+ 1 - 1
pages/personalCenter/personalCenter.vue

@@ -3,7 +3,7 @@
 		<view class="user-box">
 			<view class="icon-name-box">
 				<view class="icon-box">
-					<cover-image class="icon" :src="`/static/chat-icon/${user.icon}.png`"></cover-image>
+					<cover-image class="icon" :src="`/static/images/chat-icon/${user.icon}.png`"></cover-image>
 				</view>
 				<view class="name-box">
 					<view class="name" v-if="isLogin">

+ 0 - 0
static/chat-icon/goumai.png → static/images/chat-icon/goumai.png


+ 0 - 0
static/chat-icon/jiaoyu.png → static/images/chat-icon/jiaoyu.png


+ 0 - 0
static/chat-icon/shengri.png → static/images/chat-icon/shengri.png


+ 0 - 0
static/chat-icon/zhifu.png → static/images/chat-icon/zhifu.png


+ 0 - 0
static/edu-icon/course.png → static/images/edu-icon/course.png


+ 0 - 0
static/edu-icon/favi-icon.png → static/images/edu-icon/favi-icon.png


+ 0 - 0
static/edu-icon/net.png → static/images/edu-icon/net.png


+ 0 - 0
static/edu-icon/no-favi-icon.png → static/images/edu-icon/no-favi-icon.png


+ 0 - 0
static/edu-icon/pay.png → static/images/edu-icon/pay.png


+ 0 - 0
static/index-icon/dynamic.png → static/images/index-icon/dynamic.png


+ 0 - 0
static/index-icon/edu.png → static/images/index-icon/edu.png


+ 0 - 0
static/index-icon/guide.png → static/images/index-icon/guide.png


+ 0 - 0
static/index-icon/index.png → static/images/index-icon/index.png


+ 0 - 0
static/index-icon/level.png → static/images/index-icon/level.png


+ 0 - 0
static/index-icon/notice.png → static/images/index-icon/notice.png


+ 0 - 0
static/index-icon/pay.png → static/images/index-icon/pay.png


+ 0 - 0
static/index-icon/report.png → static/images/index-icon/report.png


+ 0 - 0
static/notice/11.jpg → static/images/notice/11.jpg


+ 0 - 0
static/notice/22.png → static/images/notice/22.png


+ 0 - 0
static/notice/ditu.png → static/images/notice/ditu.png


+ 0 - 0
static/notice/notice.png → static/images/notice/notice.png


+ 0 - 0
static/tabbar-icon/comment-filling.png → static/images/tabbar-icon/comment-filling.png


+ 0 - 0
static/tabbar-icon/comment.png → static/images/tabbar-icon/comment.png


+ 0 - 0
static/tabbar-icon/home-fill.png → static/images/tabbar-icon/home-fill.png


+ 0 - 0
static/tabbar-icon/home.png → static/images/tabbar-icon/home.png


+ 0 - 0
static/tabbar-icon/shijian.png → static/images/tabbar-icon/shijian.png


+ 0 - 0
static/tabbar-icon/time.png → static/images/tabbar-icon/time.png


+ 0 - 0
static/tabbar-icon/user-line.png → static/images/tabbar-icon/user-line.png


+ 0 - 0
static/tabbar-icon/user-s.png → static/images/tabbar-icon/user-s.png