SmartStorage/public.js

20 lines
321 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
刘川10.40.92.207
阮世耀10.40.92.195
韩遨宇10.40.92.253
*/
// auth层
const authPath = 'http://192.168.0.14:21624/auth'
// 公用服务
const systemPath = 'http://192.168.0.14:21624/system'
// base层
const basePath = 'http://192.168.0.14:21624/base'
export {
authPath,
systemPath,
basePath
}