GSExamProj/public.js

17 lines
489 B
JavaScript
Raw Normal View History

2024-04-18 11:01:57 +08:00
/*
李振华192.168.0.57:8080 / 192.168.43.105:8080
方亮192.168.0.36:8081
测试192.168.0.14:1922
腾讯服务器43.143.145.161:18899
富广大厦192.168.137.1:8080
甘肃线上112.29.103.165:1618
*/
// const publicPath = 'http://10.96.1.179:8080/GsExamWeb'
2024-04-30 14:00:37 +08:00
// const publicPath = 'http://43.143.145.161:18899/GsExamWeb'
2024-04-18 11:01:57 +08:00
// const publicPath = 'http://112.29.103.165:1618/GsExamWeb'
2024-04-30 14:00:37 +08:00
const publicPath = 'http://192.168.0.14:1996/GsExamWeb'
2024-04-18 11:01:57 +08:00
export {
publicPath
}