优化登录体验并更新小程序域名

This commit is contained in:
inman
2026-07-24 16:09:55 +08:00
parent 5567c71298
commit 3207220d1a
7 changed files with 10 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ import { fileURLToPath } from "node:url";
import { defineConfig, type UserConfigExport } from "@tarojs/cli";
const appRoot = path.resolve(fileURLToPath(new URL("..", import.meta.url)));
const DEFAULT_API_BASE_URL = "https://biz.wanderqtrip.com/api";
const DEFAULT_API_BASE_URL = "https://bizwanderq.nianxx.com/api";
class StripWxssWebpackBannersPlugin {
apply(compiler: any) {