Browse Source

换为正式链接,添加前缀,关闭手机控制台,关闭充值通道

master
no99 4 weeks ago
parent
commit
867f8b6976
  1. 8
      .env.production
  2. 18
      src/views/homePage.vue

8
.env.production

@ -2,15 +2,15 @@
VITE_ENV = 'production'
VITE_OUTPUT_DIR = 'dist'
# public path
# VITE_PUBLIC_PATH = /aixiaocaishen
VITE_PUBLIC_PATH = /
VITE_PUBLIC_PATH = /aixiaocaishen
# VITE_PUBLIC_PATH = /
# Whether to open mock
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"
#MJ API

18
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 VConsole from 'vconsole';
// import VConsole from 'vconsole';
const vConsole = new VConsole();
// const vConsole = new VConsole();
// import { useUserStore } from "../store/userPessionCode.js";
const { getQueryVariable, setActiveTabIndex } = useDataStore()
@ -576,14 +576,14 @@ onMounted(async () => {
弘历会员每人每日拥有10次检索机会
</p>
</div>
<template #footer>
<!-- <template #footer> -->
<!-- 添加一个div来包裹按钮并设置样式使其居中 -->
<div style="text-align: center">
<el-button style="background-color: orange; color: white; border: none" @click="goToRecharge">
去充值
</el-button>
</div>
</template>
<!-- <div style="text-align: center"> -->
<!-- <el-button style="background-color: orange; color: white; border: none" @click="goToRecharge"> -->
<!-- 去充值 -->
<!-- </el-button> -->
<!-- </div> -->
<!-- </template> -->
</el-dialog>
</div>
</template>

Loading…
Cancel
Save