e021e194c4
- .env.production VITE_PROD_API_HOST 从旧域名 aicc.yzrcloud.cn 改为 zhiyinwx.yzrcloud.cn - config.ts api() 函数增加 MP-WEIXIN 编译分支,小程序直接使用 VITE_PROD_API_HOST,H5 保持同源请求
12 lines
354 B
JavaScript
12 lines
354 B
JavaScript
"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
|