fix: 小程序 API 域名改为 zhiyin.yzrcloud.cn(与 H5 同域)避免微信白名单问题

This commit is contained in:
yuzhiran
2026-06-11 21:02:14 +08:00
parent 6dfb6bef48
commit a69aa31836
4 changed files with 16 additions and 3 deletions
+12
View File
@@ -0,0 +1,12 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const test_1 = require("@playwright/test");
exports.default = (0, test_1.defineConfig)({
testDir: './test',
testMatch: '*.browser.spec.ts',
timeout: 30000,
use: {
baseURL: 'http://localhost:3006',
},
});
//# sourceMappingURL=playwright.config.js.map