配置文件修改 增加支持后端购物车批量下单
This commit is contained in:
+10
-10
@@ -469,16 +469,16 @@ function getInviteInfo() {
|
||||
}
|
||||
});
|
||||
|
||||
// 获取支付相关配置
|
||||
getDictFineList({
|
||||
dictType: "app_config",
|
||||
}).then((res) => {
|
||||
res.data.map((item) => {
|
||||
if (item.dictValue === "stripeKey") {
|
||||
Config.stripeKey = item.remark;
|
||||
}
|
||||
});
|
||||
});
|
||||
// 获取支付相关配置(已去掉 stripeKey 覆盖,统一用 config/index.ts 里的 pk_live_ 跑通流程)
|
||||
// getDictFineList({
|
||||
// dictType: "app_config",
|
||||
// }).then((res) => {
|
||||
// res.data.map((item) => {
|
||||
// if (item.dictValue === "stripeKey") {
|
||||
// Config.stripeKey = item.remark;
|
||||
// }
|
||||
// });
|
||||
// });
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user