You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
422 B
14 lines
422 B
// module.exports = {
|
|
// baseHttp: "http://192.168.1.31:8081/product-management",
|
|
// }
|
|
|
|
window.g = {
|
|
fileUrl: "http://192.168.1.20:9080/"
|
|
// fileUrl: "http://106.2.224.58:1033/"
|
|
}
|
|
|
|
var docUrl = 'http://106.2.224.58:10002/web-apps/apps/api/documents/api.js'
|
|
// var docUrl = 'http://192.168.1.20:8088/web-apps/apps/api/documents/api.js'
|
|
|
|
document.write('<script type="text/javascript" src=' + docUrl + '></script>');
|
|
|
|
|