更新域名 部署

This commit is contained in:
chenhao 2026-06-30 14:22:52 +08:00
parent cc2a93aa50
commit 184d17fdea
14 changed files with 25 additions and 23 deletions

View File

@ -1,2 +1,2 @@
VITE_API_URL = "https://m.taigurun.cn"
VITE_OSS_URL = "https://m.taigurun.cn/uploads"
VITE_API_URL = "https://shop.jhxinyu.com"
VITE_OSS_URL = "https://shop.jhxinyu.com/uploads"

View File

@ -1,2 +1,2 @@
VITE_API_URL = "https://m.taigurun.cn"
VITE_OSS_URL = "https://m.taigurun.cn/uploads"
VITE_API_URL = "https://shop.jhxinyu.com"
VITE_OSS_URL = "https://shop.jhxinyu.com/uploads"

View File

@ -1,4 +1,4 @@
# ch-xymy-h5
# ch-cymy-h5
### 一、图片命名规范

View File

@ -6,7 +6,7 @@
<link rel="icon" type="image/svg+xml" href="/img/img-logo-app.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>歆羽贸易</title>
<title>弛欲贸易</title>
</head>
<body>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 KiB

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 MiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -90,7 +90,7 @@ export default {
const data = res.data || {};
// alert(JSON.stringify(data))
let shareinfo = {
title: title || this.wechatShareInfo.title || '歆羽贸易',
title: title || this.wechatShareInfo.title || '弛欲贸易',
desc: desc || this.wechatShareInfo.contents || '汇聚平凡梦想,共创美好未来',
imgUrl: imgUrl || this.wechatShareInfo.img || data.img,
link: this.$getShareLink(),

View File

@ -15,7 +15,7 @@
.b_l_w;
.box;
.box-wrap;
padding: 12vw 0 0;
padding: 8vw 0 0;
&::before {
content: '';
@ -36,7 +36,7 @@
}
.login_page__logo {
margin-bottom: 7.2vw;
margin-bottom: 5.2vw;
.box;
.box-tb;
.box-pack-center;
@ -57,7 +57,7 @@
}
img {
height: 31.2vw;
height: 45.2vw;
}
}

View File

@ -7,7 +7,7 @@
<div class="login_page__logo" v-else>
<div class="login_page__logo_text">
<b>注册账号</b>
<p>欢迎注册歆羽贸易</p>
<p>欢迎注册弛欲贸易</p>
</div>
</div>
@ -75,13 +75,15 @@
</div>
<!-- 提交按钮 -->
<van-button class="login_page__submit" type="commit" @click="handleSubmit" :loading="loading" loading-text="提交中..">
<van-button class="login_page__submit" type="commit" @click="handleSubmit" :loading="loading"
loading-text="提交中..">
{{ isReg ? '注册' : '登录' }}
</van-button>
</div>
<!-- 用户协议 -->
<van-checkbox icon-size="3.73vw" class="login_page__agreement" v-model="checked" checked-color="var(--main-color)">
<van-checkbox icon-size="3.73vw" class="login_page__agreement" v-model="checked"
checked-color="var(--main-color)">
选中即代表同意<a @click.stop="showContract = true">用户协议</a><a @click.stop="showPolicy = true">隐私政策</a>
</van-checkbox>
@ -173,7 +175,7 @@ export default {
},
checkWxLogin() {
if (!this.$isWechat()) return
const REDIRECT_URI = encodeURIComponent('https://m.taigurun.cn/#/WxCallback')
const REDIRECT_URI = encodeURIComponent('https://shop.jhxinyu.com/#/WxCallback')
window.location.href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxdff8dd2032f1e054&redirect_uri=${REDIRECT_URI}&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect`
},
validatePhone(phone) {

View File

@ -73,7 +73,7 @@ export default {
},
mounted() {
this.getList()
// this.$emit('updateShare', '', '', '/img/icon-business-school.png');
// this.$emit('updateShare', '', '', '/img/icon-business-school.png');
},
methods: {
getList() {

View File

@ -14,10 +14,10 @@
<p>{{ new Date().getDate() }}</p>
{{ month }}
</div>
<van-swipe vertical v-bind:touchable="false" class="index_page__notice_swipe" style="height: 12vw" :autoplay="3000"
v-bind:show-indicators="false">
<van-swipe-item class="index_page__notice_item" style="height: 12vw; line-height: 6vw" v-for="(group, index) in trendsGrouped"
:key="index">
<van-swipe vertical v-bind:touchable="false" class="index_page__notice_swipe" style="height: 12vw"
:autoplay="3000" v-bind:show-indicators="false">
<van-swipe-item class="index_page__notice_item" style="height: 12vw; line-height: 6vw"
v-for="(group, index) in trendsGrouped" :key="index">
<template v-for="item in group">
<a @click="$navigate(`/Column?pid=2`)">
<span></span>{{ item.name }}
@ -31,7 +31,7 @@
<div class="index_page__column_item index_page__column_item--intro" @click="$navigate('/ColumnDetail?id=1')">
<img src="/img/icon-home-column-1.png">
<span>平台介绍</span>
<p>了解歆羽贸易</p>
<p>了解弛欲贸易</p>
</div>
<div class="index_page__column_item index_page__column_item--school" @click="$navigate('/BusinessSchool')">
<img src="/img/icon-home-column-2.png">
@ -99,8 +99,8 @@
<div class="index_page__news">
<div class="index_page__news_list">
<a @click.stop="$navigate('ColumnDetail?id=' + item.id)" class="index_page__news_item" v-for="item in data.News"
:key="item.id">
<a @click.stop="$navigate('ColumnDetail?id=' + item.id)" class="index_page__news_item"
v-for="item in data.News" :key="item.id">
<img :src="$file(item.img)" />
<div>

View File

@ -9,7 +9,7 @@
<div class="invite_page__nickname">
<b>{{ $substring(data.NickName, 0, 8) }}</b>
</div>
<p class="invite_page__tips">邀请你使用歆羽贸易平台<br>一起品味时光里的茶香</p>
<p class="invite_page__tips">邀请你使用弛欲贸易平台<br>一起品味时光里的茶香</p>
<div class="invite_page__qrcode box box-tb box-align-center">
<vue-qr v-if="!loading" :text="link" backgroundColor="rgb(255,255,255)"
colorLight="rgb(255,255,255)"></vue-qr>