From 88ce566fdb66bbc7c253b1ca7a4ed0276d8d240c Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期六, 11 十月 2025 16:08:59 +0800
Subject: [PATCH] 以及新增商品选择定制商品模板,订单详情页面展示定制商品模板信息
---
manager/src/main.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/manager/src/main.js b/manager/src/main.js
index 7beaa40..e585996 100644
--- a/manager/src/main.js
+++ b/manager/src/main.js
@@ -50,7 +50,7 @@
window.open(src, "_blank");
};
Vue.prototype.endpoint = "https://lmk-1356772813.cos.ap-chengdu.myqcloud.com"
-Vue.prototype.QRcodeBaseUrl = "https://myk.9village.cn"
+Vue.prototype.QRcodeBaseUrl = "https://www.meiyikuang.com"
Vue.prototype.wapLinkTo = function (goodsId, skuId) {
// app绔簩缁寸爜
if (skuId) {
--
Gitblit v1.8.0