SmartStorage/public.js

20 lines
327 B
JavaScript
Raw Normal View History

2023-12-20 15:15:23 +08:00
/*
刘川10.40.92.207
阮世耀10.40.92.195
韩遨宇10.40.92.253
*/
// auth层
2023-12-23 11:54:30 +08:00
const authPath = 'http://112.29.103.165:21624/auth'
2023-12-20 15:15:23 +08:00
// 公用服务
2023-12-23 11:54:30 +08:00
const systemPath = 'http://112.29.103.165:21624/system'
2023-12-20 15:15:23 +08:00
// base层
2023-12-23 11:54:30 +08:00
const basePath = 'http://112.29.103.165:21624/base'
2023-12-20 15:15:23 +08:00
export {
authPath,
systemPath,
basePath
}