f
This commit is contained in:
4
.env
4
.env
@@ -1,7 +1,7 @@
|
|||||||
# 开发环境 - 本地后端服务器(使用 HTTP,不要使用 HTTPS,除非后端配置了 SSL 证书)
|
# 开发环境 - 本地后端服务器(使用 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
|
VITE_API_PREFIX=/api/v1
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "unh dev",
|
"dev": "unh dev",
|
||||||
"build": "unh build",
|
"build": "unh build",
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ onShareTimeline(() => {
|
|||||||
<text class="text-gray-800 font-bold text-lg">直推报告</text>
|
<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>
|
<text class="text-xs px-2 py-0.5 rounded-full bg-amber-100 text-amber-700">推广收益</text>
|
||||||
</view>
|
</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 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>
|
||||||
<view class="flex items-center flex-shrink-0">
|
<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-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>
|
<text class="text-xs px-2 py-0.5 rounded-full bg-blue-100 text-blue-700">邀请码·团队</text>
|
||||||
</view>
|
</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 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>
|
||||||
<view class="flex items-center flex-shrink-0">
|
<view class="flex items-center flex-shrink-0">
|
||||||
@@ -134,6 +134,7 @@ onShareTimeline(() => {
|
|||||||
|
|
||||||
<!-- 公众号二维码弹层:长按可保存或关注 -->
|
<!-- 公众号二维码弹层:长按可保存或关注 -->
|
||||||
<view
|
<view
|
||||||
|
|
||||||
v-if="showQrcodePopup"
|
v-if="showQrcodePopup"
|
||||||
class="fixed inset-0 z-[999] flex items-center justify-center bg-black/50"
|
class="fixed inset-0 z-[999] flex items-center justify-center bg-black/50"
|
||||||
@click="closeQrcodePopup"
|
@click="closeQrcodePopup"
|
||||||
|
|||||||
Reference in New Issue
Block a user