This commit is contained in:
Mrx
2026-03-12 14:36:50 +08:00
parent 3f478e2ce2
commit cdd27906c4
3 changed files with 6 additions and 4 deletions

4
.env
View File

@@ -1,7 +1,7 @@
# 开发环境 - 本地后端服务器(使用 HTTP不要使用 HTTPS除非后端配置了 SSL 证书)
# VITE_API_URL=http://127.0.0.1:8888
VITE_API_URL=http://127.0.0.1:8888
# 生产环境 - 取消下面的注释并注释掉上面的开发环境配置
VITE_API_URL=https://www.onecha.cn
# VITE_API_URL=https://www.onecha.cn
VITE_API_PREFIX=/api/v1

View File

@@ -3,6 +3,7 @@
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "unh dev",
"build": "unh build",

View File

@@ -87,7 +87,7 @@ onShareTimeline(() => {
<text class="text-gray-800 font-bold text-lg">直推报告</text>
<text class="text-xs px-2 py-0.5 rounded-full bg-amber-100 text-amber-700">推广收益</text>
</view>
<view class="text-sm text-gray-500 mt-2 leading-relaxed">查看推广数据转化率与收益明细一键生成推广链接</view>
<view class="text-sm text-gray-500 mt-2 leading-relaxed">个人大数据 企业大数据 情侣报告 家政报告 入职背调 消金报告</view>
<view class="inline-block mt-3 px-4 py-2 rounded-lg bg-primary/10 text-primary border border-primary/30 text-xs font-medium shadow-sm active:opacity-90">推广报告 </view>
</view>
<view class="flex items-center flex-shrink-0">
@@ -104,7 +104,7 @@ onShareTimeline(() => {
<text class="text-gray-800 font-bold text-lg">邀请下级代理</text>
<text class="text-xs px-2 py-0.5 rounded-full bg-blue-100 text-blue-700">邀请码·团队</text>
</view>
<view class="text-sm text-gray-500 mt-2 leading-relaxed">获取专属邀请码与邀请链接管理下级团队邀请即享奖励</view>
<view class="text-sm text-gray-500 mt-2 leading-relaxed">获取专属邀请码与邀请链接下级查询即享返佣</view>
<view class="inline-block mt-3 px-4 py-2 rounded-lg bg-primary/10 text-primary border border-primary/30 text-xs font-medium shadow-sm active:opacity-90">邀请下级 </view>
</view>
<view class="flex items-center flex-shrink-0">
@@ -134,6 +134,7 @@ onShareTimeline(() => {
<!-- 公众号二维码弹层长按可保存或关注 -->
<view
v-if="showQrcodePopup"
class="fixed inset-0 z-[999] flex items-center justify-center bg-black/50"
@click="closeQrcodePopup"