优化
This commit is contained in:
@@ -17,6 +17,7 @@ export const selectNewApp = (data) => {
|
|||||||
export const selectUserById = (data) => {
|
export const selectUserById = (data) => {
|
||||||
return http.request({
|
return http.request({
|
||||||
url: '/user/selectUserById',
|
url: '/user/selectUserById',
|
||||||
|
method: 'POST',
|
||||||
data: data
|
data: data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,14 +9,16 @@ export const h5Config = {
|
|||||||
production: 'https://web.hnsiyao.cn',
|
production: 'https://web.hnsiyao.cn',
|
||||||
test: 'https://web-api.hnsiyao.cn',
|
test: 'https://web-api.hnsiyao.cn',
|
||||||
// local: 'http://192.168.1.21:8100',
|
// 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 = {
|
export const AppConfig = {
|
||||||
production: 'https://dj-api.hnsiyao.cn',
|
production: 'https://dj-api.hnsiyao.cn',
|
||||||
test: 'https://web-api.hnsiyao.cn',
|
test: 'https://web-api.hnsiyao.cn',
|
||||||
// local: 'http://192.168.1.21:8100',
|
// 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() {
|
export function returnShareUrl() {
|
||||||
|
|||||||
Reference in New Issue
Block a user