From eea62f8a4cac45e9fba425fb2069bf2a504c2e98 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期二, 25 十一月 2025 09:25:19 +0800
Subject: [PATCH] 补偿领取返回结果延时1秒

---
 seller/src/main.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/seller/src/main.js b/seller/src/main.js
index b33493f..85c7b2f 100644
--- a/seller/src/main.js
+++ b/seller/src/main.js
@@ -71,6 +71,8 @@
 Vue.prototype.removeStore = removeStore;
 Vue.prototype.$mainColor = mainColor;
 Vue.prototype.md5 = md5;
+Vue.prototype.endpoint = "https://lmk-1356772813.cos.ap-chengdu.myqcloud.com"; // 娣诲姞endpoint閰嶇疆
+Vue.prototype.QRcodeBaseUrl = "https://www.meiyikuang.com"
 const PC_URL = BASE.PC_URL; // 璺宠浆涔板绔湴鍧� pc绔�
 const WAP_URL = BASE.WAP_URL; // 璺宠浆涔板绔湴鍧� wap绔�
 Vue.prototype.linkTo = function (goodsId, skuId) {

--
Gitblit v1.8.0