This commit is contained in:
gyq
2025-07-31 17:54:23 +08:00
parent 4306ba1900
commit fc64e7b77b
2 changed files with 5 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ export const selectNewApp = (data) => {
export const selectUserById = (data) => {
return http.request({
url: '/user/selectUserById',
method: 'POST',
data: data
})
}

View File

@@ -9,14 +9,16 @@ export const h5Config = {
production: 'https://web.hnsiyao.cn',
test: 'https://web-api.hnsiyao.cn',
// local: 'http://192.168.1.21:8100',
local: 'http://192.168.1.31:8080',
// local: 'http://192.168.1.31:8080',
local: 'https://playlet.test.sxczgkj.com',
}
export const AppConfig = {
production: 'https://dj-api.hnsiyao.cn',
test: 'https://web-api.hnsiyao.cn',
// local: 'http://192.168.1.21:8100',
local: 'http://192.168.1.31:8080',
// local: 'http://192.168.1.31:8080',
local: 'https://playlet.test.sxczgkj.com',
}
export function returnShareUrl() {