feat(M08-bootstrap): 纳管微信原生小程序基础模板

This commit is contained in:
Codex
2026-06-18 15:08:42 +08:00
parent db014635ac
commit c658b0912b
12 changed files with 278 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
const API_ORIGIN = 'https://api.txyundm.cn'
module.exports = {
API_ORIGIN,
APP_API_BASE_URL: `${API_ORIGIN}/app-api`,
UPLOAD_BASE_URL: `${API_ORIGIN}/uploads/`,
}