FEAT => 更新测试页面URL,移除不再使用的postMessage测试组件,优化项目配置,添加Capacitor命令到package.json。

This commit is contained in:
2025-07-31 18:44:45 +08:00
parent ecddbf2226
commit efec6d6857
10 changed files with 223 additions and 1298 deletions

View File

@@ -46,7 +46,7 @@ if (uni.restoreGlobal) {
// // 备用网站URL如果主网站无法访问
fallbackUrl: "https://kr-op.quwanzhi.com",
// 测试页面URL用于开发测试
testUrl: "https://kr-op.quwanzhi.com",
testUrl: "https://kr-op.quwanzhi.com/test/postMessage",
// testUrl: "http://localhost:3000/test/postMessage",
// 是否启用HTTPS强制跳转
forceHttps: false,