From dc427bc6c07bc08582d5800177a124ce37bf96f8 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期四, 18 九月 2025 16:14:12 +0800
Subject: [PATCH] 添加缓存页面

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

diff --git a/manager/src/main.js b/manager/src/main.js
index 0481784..e585996 100644
--- a/manager/src/main.js
+++ b/manager/src/main.js
@@ -49,6 +49,8 @@
 
   window.open(src, "_blank");
 };
+Vue.prototype.endpoint = "https://lmk-1356772813.cos.ap-chengdu.myqcloud.com"
+Vue.prototype.QRcodeBaseUrl = "https://www.meiyikuang.com"
 Vue.prototype.wapLinkTo = function (goodsId, skuId) {
   // app绔簩缁寸爜
   if (skuId) {

--
Gitblit v1.8.0