增加 后端,后台管理系统,uniapp会员端的自动化测试。

This commit is contained in:
2026-07-21 18:09:29 +08:00
parent df0e68469b
commit 6b60b3b4da
64 changed files with 13095 additions and 376 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ const Request = luchRequest.default || luchRequest
const { generateSignatureHeaders } = require('./signature')
const store = require('../store/index')
const BASE_URL = 'http://192.168.101.5:8084/api'
const BASE_URL = 'http://192.168.110.64:8084/api'
const http = new Request({
baseURL: BASE_URL,