Pārlūkot izejas kodu

📦 更换图片地址至cdn

imengyu 4 nedēļas atpakaļ
vecāks
revīzija
b2e1432353

+ 1 - 1
src/App.vue

@@ -10,7 +10,7 @@ onLaunch(() => {
   uni.loadFontFace({
     global: true,
     family: "SongtiSCBlack",
-    source: 'url("https://mn.wenlvti.net/assets/fonts/STSongti-SC-Black.woff")',
+    source: 'url("https://mncdn.wenlvti.net/assets/fonts/STSongti-SC-Black.woff")',
   })
 
   authStore.loadLoginState();

+ 1 - 1
src/common/components/ImageWrapper.vue

@@ -3,7 +3,7 @@
     <u-image 
       :showLoading="true"
       v-bind="$props"
-      :src="src || 'https://mn.wenlvti.net/app_static/minnan/EmptyImage.png'"
+      :src="src || 'https://mncdn.wenlvti.net/app_static/minnan/EmptyImage.png'"
     >
       <template #loading>
         <u-loading-icon color="red"></u-loading-icon>

+ 1 - 1
src/common/components/SimplePageContentLoader.vue

@@ -48,7 +48,7 @@
     :lazy-load="true"
     @load="handleLoad"
     @error="handleLoad"
-    src="https://mn.wenlvti.net/uploads/20250313/46adb2f039c6f23a3e69149526eb7e61.png"
+    src="https://mncdn.wenlvti.net/uploads/20250313/46adb2f039c6f23a3e69149526eb7e61.png"
     style="width:0px;height:0px"
   />
 </template>

+ 1 - 1
src/common/components/form/components/CityPicker.vue

@@ -26,7 +26,7 @@ const props = defineProps({
 const emit = defineEmits(['update:modelValue'])
 
 onMounted(() => {
-  NotConfigue.get('https://mn.wenlvti.net/app_static/xiangan/city-data.json', '', undefined).then((res) => {
+  NotConfigue.get('https://mncdn.wenlvti.net/app_static/xiangan/city-data.json', '', undefined).then((res) => {
     data.value = res.data; 
   })
 });

+ 5 - 5
src/common/components/tabs/tabbar.vue

@@ -2,23 +2,23 @@
   <view class="custom-tabbar">
     <view class="row">
       <view class="tabbar-item" @click="switchTab('/pages/home', 0)"  :class="{active: current === 0}">
-        <image :src="current === 0 ? 'https://mn.wenlvti.net/app_static/minnan/images/tabs/icon_home_on.png' : 'https://mn.wenlvti.net/app_static/minnan/images/tabs/icon_home_off.png'" mode="aspectFit"></image>
+        <image :src="current === 0 ? 'https://mncdn.wenlvti.net/app_static/minnan/images/tabs/icon_home_on.png' : 'https://mncdn.wenlvti.net/app_static/minnan/images/tabs/icon_home_off.png'" mode="aspectFit"></image>
         <text>首页</text>
       </view>
       <view class="tabbar-item" @click="switchTab('/pages/discover', 1)" :class="{active: current === 1}">
-        <image :src="current === 1 ? 'https://mn.wenlvti.net/app_static/minnan/images/tabs/icon_discover_on.png' : 'https://mn.wenlvti.net/app_static/minnan/images/tabs/icon_discover_off.png'" mode="aspectFit"></image>
+        <image :src="current === 1 ? 'https://mncdn.wenlvti.net/app_static/minnan/images/tabs/icon_discover_on.png' : 'https://mncdn.wenlvti.net/app_static/minnan/images/tabs/icon_discover_off.png'" mode="aspectFit"></image>
         <text>发现</text>
       </view>
       <view class="tabbar-item center" @click="switchTab('/pages/inhert', 2)" :class="{active: current === 2}">
-        <image :src="current === 2 ? 'https://mn.wenlvti.net/app_static/minnan/images/tabs/icon_inhert_on.png' : 'https://mn.wenlvti.net/app_static/minnan/images/tabs/icon_inhert_off.png'" mode="aspectFit"></image>
+        <image :src="current === 2 ? 'https://mncdn.wenlvti.net/app_static/minnan/images/tabs/icon_inhert_on.png' : 'https://mncdn.wenlvti.net/app_static/minnan/images/tabs/icon_inhert_off.png'" mode="aspectFit"></image>
         <text>传承</text>
       </view>
       <view class="tabbar-item" @click="switchTab('/pages/travel', 3)" :class="{active: current === 3}">
-        <image :src="current === 3 ? 'https://mn.wenlvti.net/app_static/minnan/images/tabs/icon_shop_on.png' : 'https://mn.wenlvti.net/app_static/minnan/images/tabs/icon_shop_off.png'" mode="aspectFit"></image>
+        <image :src="current === 3 ? 'https://mncdn.wenlvti.net/app_static/minnan/images/tabs/icon_shop_on.png' : 'https://mncdn.wenlvti.net/app_static/minnan/images/tabs/icon_shop_off.png'" mode="aspectFit"></image>
         <text>文旅</text>
       </view>
       <view class="tabbar-item" @click="switchTab('/pages/user/index', 4)" :class="{active: current === 4}">
-        <image :src="current === 4 ? 'https://mn.wenlvti.net/app_static/minnan/images/tabs/icon_profile_on.png' : 'https://mn.wenlvti.net/app_static/minnan/images/tabs/icon_profile_off.png'" mode="aspectFit"></image>
+        <image :src="current === 4 ? 'https://mncdn.wenlvti.net/app_static/minnan/images/tabs/icon_profile_on.png' : 'https://mncdn.wenlvti.net/app_static/minnan/images/tabs/icon_profile_off.png'" mode="aspectFit"></image>
         <text>我的</text>
       </view>
     </view>

+ 1 - 1
src/common/config/AppCofig.ts

@@ -7,7 +7,7 @@ export default {
   appId: 'wx1845c7dab9e8b236',
   amapKey: '34eb1d57f93720a871bd11a90af0c91c',
   defaultLonLat: [ 118.161270, 24.529196 ],
-  defaultImage: 'https://mn.wenlvti.net/app_static/minnan/EmptyImage.png',
+  defaultImage: 'https://mncdn.wenlvti.net/app_static/minnan/EmptyImage.png',
 }
 
 /**

+ 1 - 1
src/common/config/ImagesUrls.ts

@@ -1,5 +1,5 @@
 
-const root = 'https://mn.wenlvti.net/app_static/minnan/';
+const root = 'https://mncdn.wenlvti.net/app_static/minnan/';
 
 export default {
   IconMarker: `${root}/images/icon_marker.png`,

+ 14 - 14
src/pages/discover.vue

@@ -2,7 +2,7 @@
   <view class="home-container page-discover d-flex flex-col bg-base">
     <image 
       class="position-absolute title"
-      src="https://mn.wenlvti.net/app_static/minnan/images/discover/Title.png"
+      src="https://mncdn.wenlvti.net/app_static/minnan/images/discover/Title.png"
       mode="widthFix"
     />
     <view class="content d-flex flex-col wing-l">
@@ -31,7 +31,7 @@
         title="听语音猜词语"
         desc="每日更新,赢取积分"
         @click="navTo('/pages/article/web/ewebview', {
-          url: 'https://mn.wenlvti.net/assets/addons/yunexamine/h5/#/pages/home/dashboard'
+          url: 'https://mncdn.wenlvti.net/assets/addons/yunexamine/h5/#/pages/home/dashboard'
         })"
       /> -->
 
@@ -44,7 +44,7 @@
         desc="参与人数:1,234"
         @click="navTo('/pages/answer/index')"
       >
-        <image class="width-60 height-60 radius-base" src="https://mn.wenlvti.net/app_static/minnan/images/discover/IconCup.png" mode="aspectFill" />
+        <image class="width-60 height-60 radius-base" src="https://mncdn.wenlvti.net/app_static/minnan/images/discover/IconCup.png" mode="aspectFill" />
       </Box2LineRightSlot> -->
       <Box2LineRightSlot
         title="非遗百科问答"
@@ -52,7 +52,7 @@
       >
         <view class="width-1-5">
           <u-button shape="circle" type="primary" @click="navTo('/pages/article/web/ewebview', {
-            url: 'https://mn.wenlvti.net/assets/addons/yunexamine/h5/#/pages/home/dashboard'
+            url: 'https://mncdn.wenlvti.net/assets/addons/yunexamine/h5/#/pages/home/dashboard'
           })">立即报名</u-button>
         </view>
       </Box2LineRightSlot>
@@ -144,16 +144,16 @@ import { useSimpleDataLoader } from '@/common/composeabe/SimpleDataLoader';
 import SimplePageContentLoader from '@/common/components/SimplePageContentLoader.vue';
 import { useHomePageMiniCommonListGoMoreAndGoDetail } from './article/common/CommonContent';
 
-const CategoryIcon1 = 'https://mn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon1.png';
-const CategoryIcon2 = 'https://mn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon2.png';
-const CategoryIcon3 = 'https://mn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon3.png';
-const CategoryIcon4 = 'https://mn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon4.png';
-const CategoryIcon5 = 'https://mn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon5.png';
-const ImageTest2 = 'https://mn.wenlvti.net/app_static/minnan/images/home/ImageTest2.jpg';
-const ImageTest3 = 'https://mn.wenlvti.net/app_static/minnan/images/home/ImageTest3.jpg';
-const ImageTest4 = 'https://mn.wenlvti.net/app_static/minnan/images/home/ImageTest4.jpg';
-const ImageTest5 = 'https://mn.wenlvti.net/app_static/minnan/images/home/ImageTest5.jpg';
-const UserHead = 'https://mn.wenlvti.net/app_static/minnan/images/home/UserHead.png';
+const CategoryIcon1 = 'https://mncdn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon1.png';
+const CategoryIcon2 = 'https://mncdn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon2.png';
+const CategoryIcon3 = 'https://mncdn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon3.png';
+const CategoryIcon4 = 'https://mncdn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon4.png';
+const CategoryIcon5 = 'https://mncdn.wenlvti.net/app_static/minnan/images/discover/CategoryIcon5.png';
+const ImageTest2 = 'https://mncdn.wenlvti.net/app_static/minnan/images/home/ImageTest2.jpg';
+const ImageTest3 = 'https://mncdn.wenlvti.net/app_static/minnan/images/home/ImageTest3.jpg';
+const ImageTest4 = 'https://mncdn.wenlvti.net/app_static/minnan/images/home/ImageTest4.jpg';
+const ImageTest5 = 'https://mncdn.wenlvti.net/app_static/minnan/images/home/ImageTest5.jpg';
+const UserHead = 'https://mncdn.wenlvti.net/app_static/minnan/images/home/UserHead.png';
 const categories = [
   { 
     name: '海洋文化', 

+ 12 - 12
src/pages/home.vue

@@ -2,7 +2,7 @@
   <view class="home-container page-home d-flex flex-col bg-base">
     <image 
       class="w-100 position-absolute"
-      src="https://mn.wenlvti.net/app_static/minnan/images/home/BackgroundBanner3.jpg"
+      src="https://mncdn.wenlvti.net/app_static/minnan/images/home/BackgroundBanner3.jpg"
       mode="widthFix"
     />
     <view class="content d-flex flex-col wing-l">
@@ -20,7 +20,7 @@
           </view>
           <image 
             class="footer"
-            src="https://mn.wenlvti.net/app_static/minnan/images/home/MainBanner2.png"
+            src="https://mncdn.wenlvti.net/app_static/minnan/images/home/MainBanner2.png"
             mode="widthFix"
           />
         </view>
@@ -174,15 +174,15 @@
 </template>
 
 <script setup lang="ts">
-const MainBoxIcon1 = 'https://mn.wenlvti.net/app_static/minnan/images/home/MainBoxIcon1.png';
-const MainBoxIcon2 = 'https://mn.wenlvti.net/app_static/minnan/images/home/MainBoxIcon2.png';
-const MainBoxIcon3 = 'https://mn.wenlvti.net/app_static/minnan/images/home/MainBoxIcon3.png';
-const MainBoxIcon4 = 'https://mn.wenlvti.net/app_static/minnan/images/home/MainBoxIcon4.png';
-const MainBoxIcon5 = 'https://mn.wenlvti.net/app_static/minnan/images/home/MainBoxIcon5.png';
-const MainBoxIcon6 = 'https://mn.wenlvti.net/app_static/minnan/images/home/MainBoxIcon6.png';
-const MainBoxIcon7 = 'https://mn.wenlvti.net/app_static/minnan/images/home/MainBoxIcon7.png';
-const MainBoxIcon8 = 'https://mn.wenlvti.net/app_static/minnan/images/home/MainBoxIcon8.png';
-const ImageTest = 'https://mn.wenlvti.net/app_static/minnan/images/home/ImageTest.jpg';
+const MainBoxIcon1 = 'https://mncdn.wenlvti.net/app_static/minnan/images/home/MainBoxIcon1.png';
+const MainBoxIcon2 = 'https://mncdn.wenlvti.net/app_static/minnan/images/home/MainBoxIcon2.png';
+const MainBoxIcon3 = 'https://mncdn.wenlvti.net/app_static/minnan/images/home/MainBoxIcon3.png';
+const MainBoxIcon4 = 'https://mncdn.wenlvti.net/app_static/minnan/images/home/MainBoxIcon4.png';
+const MainBoxIcon5 = 'https://mncdn.wenlvti.net/app_static/minnan/images/home/MainBoxIcon5.png';
+const MainBoxIcon6 = 'https://mncdn.wenlvti.net/app_static/minnan/images/home/MainBoxIcon6.png';
+const MainBoxIcon7 = 'https://mncdn.wenlvti.net/app_static/minnan/images/home/MainBoxIcon7.png';
+const MainBoxIcon8 = 'https://mncdn.wenlvti.net/app_static/minnan/images/home/MainBoxIcon8.png';
+const ImageTest = 'https://mncdn.wenlvti.net/app_static/minnan/images/home/ImageTest.jpg';
 
 import { ref, watch } from 'vue';
 import { navTo } from '@/common/utils/PageAction';
@@ -529,7 +529,7 @@ function handleGoDetails(item: any) {
       margin-top: 30rpx;
       padding: 10rpx 20rpx;
       width: 150rpx;
-      background-image: url('https://mn.wenlvti.net/app_static/minnan/images/home/MainBanner.png');
+      background-image: url('https://mncdn.wenlvti.net/app_static/minnan/images/home/MainBanner.png');
       background-size: 100% auto;
       background-repeat: no-repeat;
 

+ 1 - 1
src/pages/home/introduction.vue

@@ -3,7 +3,7 @@
     <u-navbar :autoBack="true" bgColor="transparent" />
     <image 
       class="w-100 position-absolute"
-      src="https://mn.wenlvti.net/app_static/minnan/images/home/BackgroundBanner2.jpg"
+      src="https://mncdn.wenlvti.net/app_static/minnan/images/home/BackgroundBanner2.jpg"
       mode="widthFix"
     />
     <view class="content d-flex flex-col wing-l">

+ 1 - 1
src/pages/inhert.vue

@@ -2,7 +2,7 @@
   <view class="home-container page-inhert d-flex flex-col bg-base">
     <image 
       class="position-absolute title"
-      src="https://mn.wenlvti.net/app_static/minnan/images/inhert/Title.png"
+      src="https://mncdn.wenlvti.net/app_static/minnan/images/inhert/Title.png"
       mode="widthFix"
     />
     <view class="content d-flex flex-col ">

+ 1 - 1
src/pages/inhert/village/details.vue

@@ -135,7 +135,7 @@ import ContentNote from '@/pages/parts/ContentNote.vue';
 import IntroBlock from '@/pages/article/common/IntroBlock.vue';
 import ImagesUrls from '@/common/config/ImagesUrls';
 
-const EmptyImage = 'https://mn.wenlvti.net/app_static/minnan/EmptyImage.png';
+const EmptyImage = 'https://mncdn.wenlvti.net/app_static/minnan/EmptyImage.png';
 
 interface TagDataItem {
   image: string, 

+ 6 - 6
src/pages/parts/Box1AudioPlay.vue

@@ -4,7 +4,7 @@
     >
     <image 
       class="width-150 height-150 radius-base" 
-      :src="image || 'https://mn.wenlvti.net/app_static/minnan/images/home/ImageTest.jpg'" 
+      :src="image || 'https://mncdn.wenlvti.net/app_static/minnan/images/home/ImageTest.jpg'" 
       mode="aspectFill" 
       @click="$emit('click')"
     />
@@ -18,25 +18,25 @@
           v-if="showPrev" 
           class="width-50 height-50 mr-2" 
           style="transform:rotate(180deg);" 
-          src="https://mn.wenlvti.net/app_static/minnan/images/home/NextButtonSmall.png" 
+          src="https://mncdn.wenlvti.net/app_static/minnan/images/home/NextButtonSmall.png" 
           @click="$emit('prevClick')"
         />
         <image 
           v-if="playState"
           class="width-50 height-50 mr-2" 
-          src="https://mn.wenlvti.net/app_static/minnan/images/home/PauseButtonSmall.png"
+          src="https://mncdn.wenlvti.net/app_static/minnan/images/home/PauseButtonSmall.png"
           @click="$emit('playPauseClick')"
         />
         <image 
           v-else
           class="width-50 height-50 mr-2"
-          src="https://mn.wenlvti.net/app_static/minnan/images/home/PlayButtonSmall.png"
+          src="https://mncdn.wenlvti.net/app_static/minnan/images/home/PlayButtonSmall.png"
           @click="$emit('playPauseClick')"
         />
         <image 
           v-if="showNext"
           class="width-50 height-50 mr-2"
-          src="https://mn.wenlvti.net/app_static/minnan/images/home/NextButtonSmall.png"
+          src="https://mncdn.wenlvti.net/app_static/minnan/images/home/NextButtonSmall.png"
           @click="$emit('nextClick')"
         />
         <text class="color-second-text size-s ml-2">{{ playTime }}</text>
@@ -67,7 +67,7 @@ defineProps({
   },
   image: {
     type: String,
-    default: 'https://mn.wenlvti.net/app_static/minnan/images/home/ImageTest.jpg',
+    default: 'https://mncdn.wenlvti.net/app_static/minnan/images/home/ImageTest.jpg',
   },
   playState: {
     type: Boolean,

+ 6 - 6
src/pages/parts/Box2LineLargeImageUserShadow.vue

@@ -68,12 +68,12 @@
 import type { PropType } from 'vue';
 import RoundTags from './RoundTags.vue';
 
-const IconHeart = 'https://mn.wenlvti.net/app_static/minnan/images/discover/IconHeart.png';
-const IconChat = 'https://mn.wenlvti.net/app_static/minnan/images/discover/IconChat.png';
-const IconLocation = 'https://mn.wenlvti.net/app_static/minnan/images/inhert/IconLocation.png';
-const IconTime = 'https://mn.wenlvti.net/app_static/minnan/images/inhert/IconTime.png';
-const IconStar = 'https://mn.wenlvti.net/app_static/minnan/images/inhert/IconStar.png';
-const PlayVideo = 'https://mn.wenlvti.net/app_static/minnan/images/inhert/PlayVideo.png';
+const IconHeart = 'https://mncdn.wenlvti.net/app_static/minnan/images/discover/IconHeart.png';
+const IconChat = 'https://mncdn.wenlvti.net/app_static/minnan/images/discover/IconChat.png';
+const IconLocation = 'https://mncdn.wenlvti.net/app_static/minnan/images/inhert/IconLocation.png';
+const IconTime = 'https://mncdn.wenlvti.net/app_static/minnan/images/inhert/IconTime.png';
+const IconStar = 'https://mncdn.wenlvti.net/app_static/minnan/images/inhert/IconStar.png';
+const PlayVideo = 'https://mncdn.wenlvti.net/app_static/minnan/images/inhert/PlayVideo.png';
 
 defineProps({
   classNames: {

+ 1 - 1
src/pages/parts/Box2LinePlayRightArrow.vue

@@ -3,7 +3,7 @@
     class="d-flex w-100 flex-row align-center bg-light-light-primary radius-base mt-2 p-2"
     @click="$emit('click')"
   >
-    <image class="width-100 height-100 radius-base" src="https://mn.wenlvti.net/app_static/minnan/images/discover/PlayButtonLarge.png" mode="aspectFill" />
+    <image class="width-100 height-100 radius-base" src="https://mncdn.wenlvti.net/app_static/minnan/images/discover/PlayButtonLarge.png" mode="aspectFill" />
     <view class="d-flex flex-col ml-3 flex-one">
       <text class="color-primary">{{ title }}</text>
       <text v-if="desc" class="color-primary-second-text">{{ desc }}</text>

+ 1 - 1
src/pages/parts/ContentNote.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="d-flex flex-row justify-content-center align-items-center p-3">
-    <img class="visible-hidden mr-2 width-40 height-40 flex-shrink-0" src="https://mn.wenlvti.net/app_static/minnan/images/icon_info.svg" />
+    <img class="visible-hidden mr-2 width-40 height-40 flex-shrink-0" src="https://mncdn.wenlvti.net/app_static/minnan/images/icon_info.svg" />
     <span class="visible-hidden color-text-content-second size-s">
       此平台为公益平台,部分信息来源于网络,如涉侵权,请联系我们删除
       <br>联系邮箱:153168270@qq.com

+ 8 - 8
src/pages/travel.vue

@@ -2,7 +2,7 @@
   <view class="home-container page-travel d-flex flex-col bg-base">
     <image 
       class="position-absolute title"
-      src="https://mn.wenlvti.net/app_static/minnan/images/travel/Title.png"
+      src="https://mncdn.wenlvti.net/app_static/minnan/images/travel/Title.png"
       mode="widthFix"
     />
     <view class="content d-flex flex-col">
@@ -11,7 +11,7 @@
         <!-- 大图 -->
         <image 
           class="w-100"
-          src="https://mn.wenlvti.net/app_static/minnan/images/travel/Banner.jpg"
+          src="https://mncdn.wenlvti.net/app_static/minnan/images/travel/Banner.jpg"
           mode="widthFix" 
         />
 
@@ -129,12 +129,12 @@ import { useSimpleDataLoader } from '@/common/composeabe/SimpleDataLoader';
 import { navTo } from '@/common/utils/PageAction';
 import SimplePageContentLoader from '@/common/components/SimplePageContentLoader.vue';
 
-const CategoryIcon1 = 'https://mn.wenlvti.net/app_static/minnan/images/travel/CategoryIcon1.png';
-const CategoryIcon2 = 'https://mn.wenlvti.net/app_static/minnan/images/travel/CategoryIcon2.png';
-const CategoryIcon3 = 'https://mn.wenlvti.net/app_static/minnan/images/travel/CategoryIcon3.png';
-const CategoryIcon4 = 'https://mn.wenlvti.net/app_static/minnan/images/travel/CategoryIcon4.png';
-const CategoryIcon5 = 'https://mn.wenlvti.net/app_static/minnan/images/travel/CategoryIcon5.png';
-const CategoryIcon6 = 'https://mn.wenlvti.net/app_static/minnan/images/travel/CategoryIcon6.png';
+const CategoryIcon1 = 'https://mncdn.wenlvti.net/app_static/minnan/images/travel/CategoryIcon1.png';
+const CategoryIcon2 = 'https://mncdn.wenlvti.net/app_static/minnan/images/travel/CategoryIcon2.png';
+const CategoryIcon3 = 'https://mncdn.wenlvti.net/app_static/minnan/images/travel/CategoryIcon3.png';
+const CategoryIcon4 = 'https://mncdn.wenlvti.net/app_static/minnan/images/travel/CategoryIcon4.png';
+const CategoryIcon5 = 'https://mncdn.wenlvti.net/app_static/minnan/images/travel/CategoryIcon5.png';
+const CategoryIcon6 = 'https://mncdn.wenlvti.net/app_static/minnan/images/travel/CategoryIcon6.png';
 
 const subTabs = [
   { 

+ 2 - 2
src/pages/travel/nav/navto.vue

@@ -71,7 +71,7 @@ const { querys } = useLoadQuerys({
         id: 1,
         latitude: querys.latitude,
         longitude: querys.longitude, 
-        iconPath: 'https://mn.wenlvti.net/app_static/minnan/images/icon_marker.png',
+        iconPath: 'https://mncdn.wenlvti.net/app_static/minnan/images/icon_marker.png',
         width: 40,
         height: 40,
       },
@@ -79,7 +79,7 @@ const { querys } = useLoadQuerys({
         id: 2,
         latitude: curretLocation.latitude,
         longitude: curretLocation.longitude, 
-        iconPath: 'https://mn.wenlvti.net/app_static/minnan/images/icon_marker2.png',
+        iconPath: 'https://mncdn.wenlvti.net/app_static/minnan/images/icon_marker2.png',
         width: 50,
         height: 50,
       }

+ 13 - 13
src/pages/user/index.vue

@@ -2,12 +2,12 @@
   <view class="home-container h-100vh d-flex flex-col bg-base page-user-index">
     <image 
       class="w-100 position-absolute"
-      src="https://mn.wenlvti.net/app_static/minnan/images/mine/Banner.png"
+      src="https://mncdn.wenlvti.net/app_static/minnan/images/mine/Banner.png"
       mode="widthFix"
     />
     <image 
       class="position-absolute title"
-      src="https://mn.wenlvti.net/app_static/minnan/images/mine/Title.png"
+      src="https://mncdn.wenlvti.net/app_static/minnan/images/mine/Title.png"
       mode="widthFix"
     />
     <view class="content h-100 d-flex flex-col wing-l">
@@ -30,52 +30,52 @@
       <view class="d-flex bg-base flex-col shadow-l radius-l">
         <view class="list">
           <!-- <view class="entry">
-            <image src="https://mn.wenlvti.net/uploads/20250313/042236758da5aaed21c1010e5b9440ce.png" mode="aspectFill"></image>
+            <image src="https://mncdn.wenlvti.net/uploads/20250313/042236758da5aaed21c1010e5b9440ce.png" mode="aspectFill"></image>
             <text class="label">我的好友</text>
             <text class="iconfont icon-arrow-right"></text>
           </view>
           <view class="entry">
-            <image src="https://mn.wenlvti.net/uploads/20250313/9fb29e8bdb66490034145c90f892773a.png" mode="aspectFill"></image>
+            <image src="https://mncdn.wenlvti.net/uploads/20250313/9fb29e8bdb66490034145c90f892773a.png" mode="aspectFill"></image>
             <text class="label">邀请好友</text>
             <text class="iconfont icon-arrow-right"></text>
           </view>
           <view class="entry">
-            <image src="https://mn.wenlvti.net/uploads/20250313/1366973c061bf98594036e42c0344593.png" mode="aspectFill"></image>
+            <image src="https://mncdn.wenlvti.net/uploads/20250313/1366973c061bf98594036e42c0344593.png" mode="aspectFill"></image>
             <text class="label">积分日志</text>
             <text class="iconfont icon-arrow-right"></text>
           </view>
           <view class="entry">
-            <image src="https://mn.wenlvti.net/uploads/20250313/042236758da5aaed21c1010e5b9440ce.png" mode="aspectFill"></image>
+            <image src="https://mncdn.wenlvti.net/uploads/20250313/042236758da5aaed21c1010e5b9440ce.png" mode="aspectFill"></image>
             <text class="label">我的收藏</text>
             <text class="iconfont icon-arrow-right"></text>
           </view> -->
           <view class="entry" @click="goContribute">
-            <image src="https://mn.wenlvti.net/uploads/20250313/07f750b4cf4959654c40171fdae91c3a.png" mode="aspectFill"></image>
+            <image src="https://mncdn.wenlvti.net/uploads/20250313/07f750b4cf4959654c40171fdae91c3a.png" mode="aspectFill"></image>
             <text class="label">投稿</text>
             <view class="btn">去投稿</view><text class="iconfont icon-arrow-right"></text>
           </view>
           <view class="entry" @click="goContributeList">
-            <image src="https://mn.wenlvti.net/uploads/20250313/66d4665b1da5075e60148312469b2630.png" mode="aspectFill"></image>
+            <image src="https://mncdn.wenlvti.net/uploads/20250313/66d4665b1da5075e60148312469b2630.png" mode="aspectFill"></image>
             <text class="label">我的投稿</text>
             <text class="iconfont icon-arrow-right"></text>
           </view>
          <!--  <view class="entry">
-            <image src="https://mn.wenlvti.net/uploads/20250313/acd97ca7b3f7736942495c7aec1dd65b.png" mode="aspectFill"></image>
+            <image src="https://mncdn.wenlvti.net/uploads/20250313/acd97ca7b3f7736942495c7aec1dd65b.png" mode="aspectFill"></image>
             <text class="label">加入我们</text>
             <text class="iconfont icon-arrow-right"></text>
           </view>
           <view class="entry">
-            <image src="https://mn.wenlvti.net/uploads/20250313/d2e9010323d098aa51e268fc32f14d3d.png" mode="aspectFill"></image>
+            <image src="https://mncdn.wenlvti.net/uploads/20250313/d2e9010323d098aa51e268fc32f14d3d.png" mode="aspectFill"></image>
             <text class="label">我的预约</text>
             <text class="iconfont icon-arrow-right"></text>
           </view> -->
           <view class="entry" @click="showService">
-            <image src="https://mn.wenlvti.net/uploads/20250313/d2e9010323d098aa51e268fc32f14d3d.png" mode="aspectFill"></image>
+            <image src="https://mncdn.wenlvti.net/uploads/20250313/d2e9010323d098aa51e268fc32f14d3d.png" mode="aspectFill"></image>
             <text class="label">在线客服</text>
             <text class="iconfont icon-arrow-right"></text>
           </view>
           <view v-if="userInfo" class="entry" @click="doLogout">
-            <image src="https://mn.wenlvti.net/uploads/20250313/cbc47d0b9cad7891e6154359952858c6.png" mode="aspectFill"></image>
+            <image src="https://mncdn.wenlvti.net/uploads/20250313/cbc47d0b9cad7891e6154359952858c6.png" mode="aspectFill"></image>
             <text class="label">退出登录</text>
             <text class="iconfont icon-arrow-right"></text>
           </view>
@@ -94,7 +94,7 @@ import { useAuthStore } from '@/store/auth';
 import { computed } from 'vue';
 import { useReqireLogin } from '@/common/composeabe/RequireLogin';
 
-const UserHead = 'https://mn.wenlvti.net/app_static/minnan/images/home/UserHead.png';
+const UserHead = 'https://mncdn.wenlvti.net/app_static/minnan/images/home/UserHead.png';
 
 const authStore = useAuthStore();
 const userInfo = computed(() => authStore.userInfo);

+ 2 - 2
src/pages/user/login.vue

@@ -1,7 +1,7 @@
 <template>
   <view class="p-3">
     <view v-if="type == 'mobile'" class="d-flex flex-column align-center justify-center">
-      <image class="width-300 m-5" src="https://mn.wenlvti.net/app_static/minnan/logo.png" mode="widthFix"></image>
+      <image class="width-300 m-5" src="https://mncdn.wenlvti.net/app_static/minnan/logo.png" mode="widthFix"></image>
       <view class="w-100 mt-3 mb-3">
         <u-form
           labelPosition="top"
@@ -43,7 +43,7 @@
     </view>
 
     <view v-if="type == 'wechat'" class="d-flex flex-column align-center justify-center">
-      <image class="width-300 m-5" src="https://mn.wenlvti.net/app_static/minnan/logo.png" mode="widthFix"></image>
+      <image class="width-300 m-5" src="https://mncdn.wenlvti.net/app_static/minnan/logo.png" mode="widthFix"></image>
       <view class="mt-3 mb-3">
         <text class="text-align-center">请点击微信登录,并授权获取公开信息, 登录后您将获得更多权益</text>
       </view>

+ 1 - 1
src/uni_modules/uview-plus/components/u-parse/u-parse.vue

@@ -5,7 +5,7 @@
 		<node v-else :childs="nodes" :opts="[lazyLoad, loadingImg, errorImg, showImgMenu, selectable]" name="span" />
 		<!-- #endif -->
 		<!-- #ifdef APP-PLUS-NVUE -->
-		<web-view ref="web" src="https://mn.wenlvti.net/app_static/minnan/app-plus/mp-html/local.html" :style="'margin-top:-2px;height:' + height + 'px'" @onPostMessage="_onMessage" />
+		<web-view ref="web" src="https://mncdn.wenlvti.net/app_static/minnan/app-plus/mp-html/local.html" :style="'margin-top:-2px;height:' + height + 'px'" @onPostMessage="_onMessage" />
 		<!-- #endif -->
 	</view>
 </template>