14 lines
282 B
TypeScript
14 lines
282 B
TypeScript
export default {
|
|
|
|
//正式接口
|
|
base_scm:'http://192.168.1.222:7002',
|
|
base_auth:'http://192.168.1.2:7000',//登录
|
|
base_mes:'http://120.26.196.222:8981',//面料
|
|
base_process:'http://120.26.196.222:8981',//工艺
|
|
|
|
|
|
//本地服务
|
|
|
|
// base_url: 'http://192.168.1.2:7002',
|
|
|
|
} |