Browse Source

打开手机控制台,每日复盘图片导入,使用测试链接

master
no99 4 weeks ago
parent
commit
705a55334c
  1. 4
      .env.production
  2. 7
      src/views/AIfind.vue
  3. 4
      src/views/homePage.vue

4
.env.production

@ -9,8 +9,8 @@ VITE_PUBLIC_PATH = /
VITE_USE_MOCK = true VITE_USE_MOCK = true
#新数据接口 #新数据接口
VITE_APP_API_BASE_URL = "https://api.homilychart.com/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_API_BASE_URL = "http://39.101.133.168:8828/link"
VITE_APP_IMG_API_BASE_URL = "https://api.homilychart.com/hljw/api/aws/upload" VITE_APP_IMG_API_BASE_URL = "https://api.homilychart.com/hljw/api/aws/upload"
#MJ API #MJ API

7
src/views/AIfind.vue

@ -3,10 +3,12 @@ import { ref } from 'vue'
import { getNewsAPI, newsClickAPI } from "../api/AIxiaocaishen" import { getNewsAPI, newsClickAPI } from "../api/AIxiaocaishen"
import { marked } from 'marked'; // marked import { marked } from 'marked'; // marked
import katex from 'katex'; // KaTeX import katex from 'katex'; // KaTeX
import dailyReplay1 from '../assets/img/AIfind/dailyReplay1.png'
import dailyReplay2 from '../assets/img/AIfind/dailyReplay2.png'
const dailyReplayList = [ const dailyReplayList = [
{ img: '/src/assets/img/AIfind/dailyReplay1.png' },
{ img: '/src/assets/img/AIfind/dailyReplay2.png' },
{ img: dailyReplay1 },
{ img: dailyReplay2 },
] ]
// //
@ -170,7 +172,6 @@ onMounted(() => {
.closeBtn { .closeBtn {
display: flex; display: flex;
} }
</style> </style>
<style> <style>
.dailyReplayClass { .dailyReplayClass {

4
src/views/homePage.vue

@ -27,9 +27,9 @@ import msgBtn from "../assets/img/homePage/tail/msg.png";
import feedbackBtn from "../assets/img/Feedback/feedbackBtn.png"; import feedbackBtn from "../assets/img/Feedback/feedbackBtn.png";
// import VConsole from 'vconsole';
import VConsole from 'vconsole';
// const vConsole = new VConsole();
const vConsole = new VConsole();
// import { useUserStore } from "../store/userPessionCode.js"; // import { useUserStore } from "../store/userPessionCode.js";
const { getQueryVariable, setActiveTabIndex } = useDataStore() const { getQueryVariable, setActiveTabIndex } = useDataStore()

Loading…
Cancel
Save