vue-pro/http-client.env.json

11 lines
188 B
JSON
Raw Normal View History

{
"local": {
2021-02-24 01:35:41 +08:00
"baseUrl": "http://127.0.0.1:48080/api",
"token": "test1",
"userApi": "http://127.0.0.1:48080/app-api",
"userToken": "test1",
"userTenentId": "1"
}
}