chore:还原站点地址

This commit is contained in:
2026-01-22 18:09:15 +08:00
parent 23e3086074
commit bfad975822
2 changed files with 44 additions and 44 deletions

View File

@@ -32,7 +32,7 @@ const localDevConfig = ({
}, },
'2812': { // IVD数商模式 '2812': { // IVD数商模式
uniacid: 2812, uniacid: 2812,
domain: 'https://xcx.aigc-quickapp.com/', domain: 'https://xcx6.aigc-quickapp.com/',
}, },
'1': { // 开发平台 '1': { // 开发平台
uniacid: 1, uniacid: 1,
@@ -42,6 +42,6 @@ const localDevConfig = ({
uniacid: 1, uniacid: 1,
domain: 'https://test.aigc-quickapp.com', domain: 'https://test.aigc-quickapp.com',
}, },
})['2811']; // 选择要使用的环境配置 })['2812']; // 选择要使用的环境配置
export default localDevConfig; export default localDevConfig;

View File

@@ -77,16 +77,16 @@ export default {
* 然后将 site.js 文件放到 `unpackage\dist\build\mp-weixin\` 目录下面 * 然后将 site.js 文件放到 `unpackage\dist\build\mp-weixin\` 目录下面
*/ */
// 商户ID // 商户ID
uniacid: 2812, //825 uniacid: uniacid, //825
//api请求地址 //api请求地址
baseUrl: 'https://xcx.aigc-quickapp.com/', baseUrl: domain,
// 图片域名 // 图片域名
imgDomain:'https://xcx.aigc-quickapp.com/', imgDomain: domain,
// H5端域名 // H5端域名
h5Domain:'https://xcx.aigc-quickapp.com/', h5Domain: domain,
// // api请求地址 // // api请求地址
// baseUrl: 'https://tsaas.liveplatform.cn/', // baseUrl: 'https://tsaas.liveplatform.cn/',