diff --git a/App.vue b/App.vue
index 00e9868..ac42934 100644
--- a/App.vue
+++ b/App.vue
@@ -6,8 +6,8 @@ export default {
randomImages: [],
bgMusic: null,
isMusicPlaying: false,
- musicSrc: "https://static.ticket.sz-trip.com/epicSoul/EpicSouls.mp3",
- initMusicSrc: "https://static.ticket.sz-trip.com/epicSoul/EpicSouls.mp3",
+ musicSrc: "https://des.dayunyuanjian.cn/epicSoul/EpicSouls.mp3",
+ initMusicSrc: "https://des.dayunyuanjian.cn/epicSoul/EpicSouls.mp3",
// 用户使用统计相关
userSessionId: null,
networkStartTime: null, // 网络时间开始时间
@@ -356,7 +356,7 @@ export default {
@import "@/static/css/icon.scss";
@font-face {
font-family: "Futura";
- src: url(https://static.ticket.sz-trip.com/epicSoul/taozi/fonts/Futura.ttc);
+ src: url(https://des.dayunyuanjian.cn/epicSoul/taozi/fonts/Futura.ttc);
}
/*每个页面公共css */
@import "@/uni_modules/uni-scss/index.scss";
diff --git a/audioBook/pages/index copy.vue b/audioBook/pages/index copy.vue
index 43b8a3c..821dd8e 100644
--- a/audioBook/pages/index copy.vue
+++ b/audioBook/pages/index copy.vue
@@ -99,7 +99,7 @@ export default {
chapters: [
{
title: "第一章:人工智能的崛起",
- audioUrl: "https://static.ticket.sz-trip.com/epicSoul/EpicSouls.mp3",
+ audioUrl: "https://des.dayunyuanjian.cn/epicSoul/EpicSouls.mp3",
// 字符级别的时间同步数据
characters: [
{"BeginIndex": 0, "BeginTime": 0, "EndIndex": 1, "EndTime": 500, "Phoneme": "ren2", "Text": "人"},
@@ -142,7 +142,7 @@ export default {
},
{
title: "第二章:科技与人文的融合",
- audioUrl: "https://static.ticket.sz-trip.com/epicSoul/EpicSouls.mp3",
+ audioUrl: "https://des.dayunyuanjian.cn/epicSoul/EpicSouls.mp3",
// 字符级别的时间同步数据
characters: [
{"BeginIndex": 0, "BeginTime": 0, "EndIndex": 1, "EndTime": 500, "Phoneme": "ke1", "Text": "科"},
@@ -163,7 +163,7 @@ export default {
},
{
title: "第三章:未来社会的展望",
- audioUrl: "https://static.ticket.sz-trip.com/epicSoul/EpicSouls.mp3",
+ audioUrl: "https://des.dayunyuanjian.cn/epicSoul/EpicSouls.mp3",
// 字符级别的时间同步数据
characters: [
{"BeginIndex": 0, "BeginTime": 0, "EndIndex": 1, "EndTime": 500, "Phoneme": "zhan3", "Text": "展"},
diff --git a/audioBook/pages/index.vue b/audioBook/pages/index.vue
index 0077e45..02300d0 100644
--- a/audioBook/pages/index.vue
+++ b/audioBook/pages/index.vue
@@ -48,7 +48,7 @@
♡
- 🔍
+
@@ -72,11 +72,11 @@
- {{ isLiked ? "❤️" : "🤍" }}
+ {{ isLiked ? "❤️" : "" }}
{{ likeCount }}
@@ -180,7 +180,7 @@ export default {
{
title: "元界修真传",
audioUrl:
- "https://des.js-dyyj.com/data/2025/09/15/ecd0671f-ba8b-4b69-bb07-1a1d8b4bbfd0.MP3",
+ "https://des.dayunyuanjian.cn/data/2025/09/15/ecd0671f-ba8b-4b69-bb07-1a1d8b4bbfd0.MP3",
// 句子级别的时间同步数据,从msg.json的ResultDetail数组获取
sentences:
require("../components/msg.json")?.Response?.Data?.ResultDetail ||
diff --git a/bmzm/chapter1/index.vue b/bmzm/chapter1/index.vue
index 388a729..165373f 100644
--- a/bmzm/chapter1/index.vue
+++ b/bmzm/chapter1/index.vue
@@ -13,13 +13,13 @@
-
-
@@ -27,7 +27,7 @@
-
+
@@ -55,23 +55,23 @@
},
// 抽象出swiper-item的数据
swiperItems: [{
- imageUrl: `https://static.ticket.sz-trip.com/epicSoul/bmzm/index/index1.png`
+ imageUrl: `https://des.dayunyuanjian.cn/epicSoul/bmzm/index/index1.png`
},
{
- imageUrl: 'https://static.ticket.sz-trip.com/epicSoul/bmzm/index/index5.png'
+ imageUrl: 'https://des.dayunyuanjian.cn/epicSoul/bmzm/index/index5.png'
},
// 第一章
...Array.from({
length: 9
}, (_, i) => ({
- imageUrl: `https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter1/img${i + 1}.png`
+ imageUrl: `https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter1/img${i + 1}.png`
})),
{
- imageUrl: 'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter1/img10.png',
+ imageUrl: 'https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter1/img10.png',
images: Array.from({
length: 4
}, (_, i) => ({
- src: `https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter1/img10-${i + 1}.png`
+ src: `https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter1/img10-${i + 1}.png`
})),
link: '/bmzm/chapter2/index?index={index}',
linkIndex: 11
@@ -84,7 +84,7 @@
this.initialIndex = option.index;
// 更新第一个swiper-item的图片路径
this.swiperItems[0].imageUrl =
- `https://static.ticket.sz-trip.com/epicSoul/bmzm/index/index${this.initialIndex}.png`;
+ `https://des.dayunyuanjian.cn/epicSoul/bmzm/index/index${this.initialIndex}.png`;
},
methods: {
touchmove() {
diff --git a/bmzm/chapter2/index.vue b/bmzm/chapter2/index.vue
index de98934..99705a4 100644
--- a/bmzm/chapter2/index.vue
+++ b/bmzm/chapter2/index.vue
@@ -10,7 +10,7 @@
-
+
@@ -68,7 +68,7 @@ export default {
if (typeof path === 'object') {
path = path.url;
}
- return `https://static.ticket.sz-trip.com/epicSoul/bmzm/${path}`;
+ return `https://des.dayunyuanjian.cn/epicSoul/bmzm/${path}`;
}
}
};
diff --git a/bmzm/chapter3/index.vue b/bmzm/chapter3/index.vue
index 49692e7..464c9ee 100644
--- a/bmzm/chapter3/index.vue
+++ b/bmzm/chapter3/index.vue
@@ -29,7 +29,7 @@
-
+
@@ -122,7 +122,7 @@ export default {
if (typeof path === 'object') {
path = path.url;
}
- return `https://static.ticket.sz-trip.com/epicSoul/bmzm/${path}`;
+ return `https://des.dayunyuanjian.cn/epicSoul/bmzm/${path}`;
}
}
};
diff --git a/bmzm/chapter4/index.vue b/bmzm/chapter4/index.vue
index f9d7d03..70dcf23 100644
--- a/bmzm/chapter4/index.vue
+++ b/bmzm/chapter4/index.vue
@@ -2,24 +2,24 @@
-
+
-
+
-
-
+
diff --git a/bmzm/chapter5/index.vue b/bmzm/chapter5/index.vue
index 6c4bd33..84fc321 100644
--- a/bmzm/chapter5/index.vue
+++ b/bmzm/chapter5/index.vue
@@ -8,7 +8,7 @@
-
+
@@ -27,13 +27,13 @@ export default {
currentIndex: 0,
popupIndex: 1,
swiperImages: [
- 'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter3/img2.png',
- 'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter3/img3.png',
- 'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter3/img4.png',
- 'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter3/img5.png',
- 'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter3/img6.png',
- 'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter3/img7.png',
- 'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/img1.png'
+ 'https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter3/img2.png',
+ 'https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter3/img3.png',
+ 'https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter3/img4.png',
+ 'https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter3/img5.png',
+ 'https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter3/img6.png',
+ 'https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter3/img7.png',
+ 'https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter4/img1.png'
]
};
},
diff --git a/bmzm/chapter6/index.vue b/bmzm/chapter6/index.vue
index 1c42801..9b3b558 100644
--- a/bmzm/chapter6/index.vue
+++ b/bmzm/chapter6/index.vue
@@ -4,14 +4,14 @@
-
-
+
@@ -32,18 +32,18 @@ export default {
popupIndex: 1,
// 图片 URL 数组
imageUrls: [
- "https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/img2.png",
- // "https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/img3.png",
- // "https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/img4.png",
- "https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/img5.png",
- "https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/img6.png",
- "https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/img7.png",
- "https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/img8.png",
- "https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/img9.png",
- "https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/img10.png",
- "https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter4/img11.png",
+ "https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter4/img2.png",
+ // "https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter4/img3.png",
+ // "https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter4/img4.png",
+ "https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter4/img5.png",
+ "https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter4/img6.png",
+ "https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter4/img7.png",
+ "https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter4/img8.png",
+ "https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter4/img9.png",
+ "https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter4/img10.png",
+ "https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter4/img11.png",
// 第五章图片
- "https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter5/img1.png"
+ "https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter5/img1.png"
]
};
},
diff --git a/bmzm/chapter7/index.vue b/bmzm/chapter7/index.vue
index 7d6e12a..09081b8 100644
--- a/bmzm/chapter7/index.vue
+++ b/bmzm/chapter7/index.vue
@@ -7,12 +7,12 @@
-
-
+
+
{{ inputValue }}
-
+
@@ -24,7 +24,7 @@
-
+
@@ -51,7 +51,7 @@
-
+
@@ -75,12 +75,12 @@ export default {
maxLength: 25,
// swiper 图片 URL 数组
swiperImages: [
- 'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter5/img2.png',
- 'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter5/img3.png',
- 'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter5/img4.gif',
- 'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter5/img5.png',
- 'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter5/img6.png',
- 'https://static.ticket.sz-trip.com/epicSoul/bmzm/chapter5/img7.png'
+ 'https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter5/img2.png',
+ 'https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter5/img3.png',
+ 'https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter5/img4.gif',
+ 'https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter5/img5.png',
+ 'https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter5/img6.png',
+ 'https://des.dayunyuanjian.cn/epicSoul/bmzm/chapter5/img7.png'
],
answerObj: {},
showAnswerBox: false
diff --git a/bmzm/components/NavMenu.vue b/bmzm/components/NavMenu.vue
index 5097e14..43925a1 100644
--- a/bmzm/components/NavMenu.vue
+++ b/bmzm/components/NavMenu.vue
@@ -31,7 +31,7 @@
// 导航图标地址
navIconSrc: {
type: String,
- default: 'https://static.ticket.sz-trip.com/epicSoul/taozi/nav-icon.png'
+ default: 'https://des.dayunyuanjian.cn/epicSoul/taozi/nav-icon.png'
}
},
data() {
diff --git a/bmzm/home/home.vue b/bmzm/home/home.vue
index ef273fd..3ff9e40 100644
--- a/bmzm/home/home.vue
+++ b/bmzm/home/home.vue
@@ -12,7 +12,7 @@
@@ -52,10 +52,10 @@ export default {
return {
currentIndex: 0,
swiperImages: [
- "https://static.ticket.sz-trip.com/epicSoul/bmzm/home/home1s.gif",
- "https://static.ticket.sz-trip.com/epicSoul/bmzm/home/home2.png",
- "https://static.ticket.sz-trip.com/epicSoul/bmzm/home/home3.png",
- "https://static.ticket.sz-trip.com/epicSoul/bmzm/home/home4.png",
+ "https://des.dayunyuanjian.cn/epicSoul/bmzm/home/home1s.gif",
+ "https://des.dayunyuanjian.cn/epicSoul/bmzm/home/home2.png",
+ "https://des.dayunyuanjian.cn/epicSoul/bmzm/home/home3.png",
+ "https://des.dayunyuanjian.cn/epicSoul/bmzm/home/home4.png",
],
animationConfig: {
delay: 0.5,
@@ -74,7 +74,7 @@ export default {
onShow() {
uni.removeStorageSync("answerObj");
const app = getApp();
- app.updateMusicSrc("https://static.ticket.sz-trip.com/epicSoul/bmzm.mp3");
+ app.updateMusicSrc("https://des.dayunyuanjian.cn/epicSoul/bmzm.mp3");
app.initBackgroundMusic(); // 初始化背景音乐
uni.$bgMusic.play(); // 播放音乐
},
@@ -111,14 +111,14 @@ export default {
title: "不眠之夜·Endless Dream|「Epic Soul」阅读体 issue03",
mpId: "wx9660f8c5776663e0",
path: "/bmzm/home/home",
- imageUrl: "https://static.ticket.sz-trip.com/epicSoul/bmzm/share.jpg",
+ imageUrl: "https://des.dayunyuanjian.cn/epicSoul/bmzm/share.jpg",
};
},
onShareTimeline() {
return {
title: "不眠之夜·Endless Dream|「Epic Soul」阅读体 issue03",
query: "",
- imageUrl: "https://static.ticket.sz-trip.com/epicSoul/bmzm/share.jpg",
+ imageUrl: "https://des.dayunyuanjian.cn/epicSoul/bmzm/share.jpg",
};
},
// #endif
diff --git a/components/Book.vue b/components/Book.vue
index 6ca0bb9..85147ef 100644
--- a/components/Book.vue
+++ b/components/Book.vue
@@ -10,7 +10,7 @@
@click="handleMoreClick"
>
EPIC SOUL阅读体
-
+
diff --git a/components/BuyPeaches.vue b/components/BuyPeaches.vue
index f613433..46e7b37 100644
--- a/components/BuyPeaches.vue
+++ b/components/BuyPeaches.vue
@@ -1,6 +1,6 @@
-
+
diff --git a/components/DynamicIsland.vue b/components/DynamicIsland.vue
index 1fcce26..9190b25 100644
--- a/components/DynamicIsland.vue
+++ b/components/DynamicIsland.vue
@@ -375,7 +375,7 @@
toWebView() {
// uni.navigateTo({
// url: "/subPackages/webPage/webPage?url=" +
- // "https://des.js-dyyj.com/dist/#/",
+ // "https://des.dayunyuanjian.cn/dist/#/",
// });
uni.navigateTo({
url: '/subPackages/other/evita?id=0'
diff --git a/components/GPT/index.vue b/components/GPT/index.vue
index 314be24..e3b18b3 100644
--- a/components/GPT/index.vue
+++ b/components/GPT/index.vue
@@ -412,7 +412,7 @@ export default {
voiceType: this.socketObj.robotObj.voiceType ?? 1002
},
dataType: "json",
- url: `https://des.js-dyyj.com/xcx/api/voice/tts/flow`,
+ url: `https://des.dayunyuanjian.cn/xcx/api/voice/tts/flow`,
success: (res) => {
this.audioActive = n.timestamp
},
@@ -467,7 +467,7 @@ export default {
voiceType: this.socketObj.robotObj.voiceType ?? 1002
},
dataType: "json",
- url: `https://des.js-dyyj.com/xcx/api/voice/tts/new`,
+ url: `https://des.dayunyuanjian.cn/xcx/api/voice/tts/new`,
success: (res) => {
console.log('-----请求语音合成回参-----', res)
if (res.data.code == 200) {
@@ -538,7 +538,7 @@ export default {
mask: true
})
uni.uploadFile({
- url: 'https://des.js-dyyj.com/xcx/system/oss/upload',
+ url: 'https://des.dayunyuanjian.cn/xcx/system/oss/upload',
filePath: res.tempFilePath,
name: 'file',
success: async (res) => {
@@ -549,7 +549,7 @@ export default {
uni.request({
method: "get",
dataType: "json",
- url: `https://des.js-dyyj.com/xcx/api/voice/asr?audioFilePath=${encodeURI(data.data.url)}`,
+ url: `https://des.dayunyuanjian.cn/xcx/api/voice/asr?audioFilePath=${encodeURI(data.data.url)}`,
success: (res) => {
console.log("【init msg-------res---->】", res);
if (!this.asrStatus) { return }
@@ -606,7 +606,7 @@ export default {
uni.request({
method: "get",
dataType: "json",
- url: `https://des.js-dyyj.com/xcx/api/voice/deleteSingleFile?audioFilePath=${encodeURI(path)}`,
+ url: `https://des.dayunyuanjian.cn/xcx/api/voice/deleteSingleFile?audioFilePath=${encodeURI(path)}`,
success: (res) => {
console.log("【删除文件msg-------res---->】", res);
@@ -674,7 +674,7 @@ export default {
sourceType: ['album', 'camera'],
success: (res) => {
uni.uploadFile({
- url: 'https://des.js-dyyj.com/xcx/system/oss/upload',
+ url: 'https://des.dayunyuanjian.cn/xcx/system/oss/upload',
filePath: res.tempFiles[0].tempFilePath,
name: 'file',
success: (res) => {
diff --git a/components/GPT/utils/audio.js b/components/GPT/utils/audio.js
index cf07b22..59ab748 100644
--- a/components/GPT/utils/audio.js
+++ b/components/GPT/utils/audio.js
@@ -22,7 +22,7 @@ export default class Audio {
method: "GET",
dataType: "json",
// url: `http://192.168.124.118:8083/xcx/framework/agent/${this._options.agentId}`,
- url: `https://des.js-dyyj.com/getDemoToken?id=${this._options.agentId}`,
+ url: `https://des.dayunyuanjian.cn/getDemoToken?id=${this._options.agentId}`,
success: (res) => {
console.log("请求token成功", res);
resolve(res);
diff --git a/components/GPT/utils/audio2.js b/components/GPT/utils/audio2.js
index a60f345..9148463 100644
--- a/components/GPT/utils/audio2.js
+++ b/components/GPT/utils/audio2.js
@@ -25,7 +25,7 @@ export default class Audio {
method: "GET",
dataType: "json",
// url: `http://192.168.124.118:8083/xcx/framework/agent/${this._options.agentId}`,
- url: `https://des.js-dyyj.com/getDemoToken?id=${this._options.agentId}`,
+ url: `https://des.dayunyuanjian.cn/getDemoToken?id=${this._options.agentId}`,
success: (res) => {
console.log("请求token成功", res);
resolve(res);
diff --git a/components/GPT/utils/socket.js b/components/GPT/utils/socket.js
index 59b64ed..f444b8a 100644
--- a/components/GPT/utils/socket.js
+++ b/components/GPT/utils/socket.js
@@ -28,7 +28,7 @@ export default class Socket {
method: "GET",
dataType: "json",
// url: `http://192.168.124.118:8083/xcx/framework/agent/${this._options.agentId}`,
- url: `https://des.js-dyyj.com/getDemoToken?id=${this._options.agentId}`,
+ url: `https://des.dayunyuanjian.cn/getDemoToken?id=${this._options.agentId}`,
success: (res) => {
console.log("请求token成功", res);
resolve(res);
diff --git a/components/ProductSection.vue b/components/ProductSection.vue
index 2e7e771..d086958 100644
--- a/components/ProductSection.vue
+++ b/components/ProductSection.vue
@@ -5,7 +5,7 @@
{{ title }}
-
+
@@ -227,7 +227,7 @@ export default {