diff --git a/.env.development b/.env.development index 5a4c728..007e426 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,8 @@ VITE_OUTPUT_DIR = 'dev' VITE_PUBLIC_PATH = / #新数据接口 -VITE_APP_API_BASE_URL = "http://39.101.133.168:8828/link" +# VITE_APP_API_BASE_URL = "http://39.101.133.168:8828/link" +VITE_APP_API_BASE_URL = "https://api.homilychart.com/link" VITE_APP_IMG_API_BASE_URL = "http://39.101.133.168:8828/hljw/api/aws/upload" #MJ API diff --git a/src/api/AIxiaocaishen.js b/src/api/AIxiaocaishen.js index 71d599c..b3394ad 100644 --- a/src/api/AIxiaocaishen.js +++ b/src/api/AIxiaocaishen.js @@ -141,7 +141,7 @@ export const getReplyAPI = function (params) { headers: { "Content-Type": "application/json", Authorization: - "Bearer pat_DLMr7u1d6pmgC2demIYksrOm0r2k2w9XDxKmHvBvOQ5Lw5AYrByJ2IZpdwoJPYGi", + "Bearer pat_lK1fvhLn9LnWCRETP7yFeR6xQ0niwQdcHJ5ZqpnUk8BdiUWCraPLSzWhiQNp2zOl", }, }); }; @@ -156,7 +156,7 @@ export const getReplyStreamAPI = function (params) { headers: { "Content-Type": "application/json", Authorization: - "Bearer pat_DLMr7u1d6pmgC2demIYksrOm0r2k2w9XDxKmHvBvOQ5Lw5AYrByJ2IZpdwoJPYGi", + "Bearer pat_lK1fvhLn9LnWCRETP7yFeR6xQ0niwQdcHJ5ZqpnUk8BdiUWCraPLSzWhiQNp2zOl", }, }); }; @@ -171,7 +171,7 @@ export const TTSAPI = function (params) { }), headers: { Authorization: - "Bearer pat_DLMr7u1d6pmgC2demIYksrOm0r2k2w9XDxKmHvBvOQ5Lw5AYrByJ2IZpdwoJPYGi", + "Bearer pat_lK1fvhLn9LnWCRETP7yFeR6xQ0niwQdcHJ5ZqpnUk8BdiUWCraPLSzWhiQNp2zOl", "Content-Type": "application/json", }, }); diff --git a/src/assets/img/homePage/bk01.jpg b/src/assets/img/homePage/bk01.jpg new file mode 100644 index 0000000..9e80d6d Binary files /dev/null and b/src/assets/img/homePage/bk01.jpg differ diff --git a/src/router/index.js b/src/router/index.js index 67ff88b..f3ca101 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -30,6 +30,11 @@ const routes = [ path: '/Feedback', name: 'Feedback', component: () => import('@/views/Feedback.vue'), + }, + { + path: '/AiEmotion', + name: 'AiEmotion', + component: () => import('@/views/AiEmotion.vue')//AI情绪大模型页面 } ] // 创建路由实例