Files
im-system/app-sqlite-master/app-sqlite/common/lib/config.js
2023-09-07 00:56:03 +08:00

14 lines
217 B
JavaScript

export default {
// #ifndef H5
baseUrl:"http://192.168.100.12:8000",
// #endif
// #ifdef H5
baseUrl:"http://192.168.100.12:8000",
// #endif
version: "/v1",
env:"dev",
appId: 10000
}