2 Commits

Author SHA1 Message Date
Zhukj
067bbf6e2d chore:立即咨询改为立即支付 2025-12-04 08:39:05 +08:00
Zhukj
3cef4b9987 chore: 2025-11-29 17:13:43 +08:00
2 changed files with 5 additions and 5 deletions

View File

@@ -14,18 +14,18 @@ try {
// 调试版本,配置说明 // 调试版本,配置说明
const devCfg = { const devCfg = {
// 商户ID // 商户ID
uniacid: 926, //825 uniacid: 1, //825
//api请求地址 //api请求地址
baseUrl: 'https://xcx21.5g-quickapp.com/', baseUrl: 'https://dev.aigc-quickapp.com/',
// baseUrl: 'http://localhost:8010/', // baseUrl: 'http://localhost:8010/',
// 图片域名 // 图片域名
imgDomain: 'https://xcx21.5g-quickapp.com/', imgDomain: 'https://dev.aigc-quickapp.com/',
//imgDomain: 'http://localhost:8010/', //imgDomain: 'http://localhost:8010/',
// H5端域名 // H5端域名
h5Domain: 'https://xcx21.5g-quickapp.com/', h5Domain: 'https://dev.aigc-quickapp.com/',
// h5Domain: 'http://localhost:8010/', // h5Domain: 'http://localhost:8010/',
// // api请求地址 // // api请求地址

View File

@@ -11,7 +11,7 @@ export const lang = {
home:'首页', home:'首页',
cart:'购物车', cart:'购物车',
leave:'立即留言', leave:'立即留言',
make:'立即咨询', make:'立即支付',
send:'配送', send:'配送',
express:'快递发货', express:'快递发货',