|
@@ -3,10 +3,10 @@ const $ = require("jquery");
|
|
var Promise = require('./rePromise');
|
|
var Promise = require('./rePromise');
|
|
|
|
|
|
const config = {
|
|
const config = {
|
|
- pushInner:'/api/icss/push/pushInner',
|
|
|
|
- calculate:'/api/icss/calc/calculate',
|
|
|
|
- disclaimer: '/api/icss/disclaimerInformation/getDisclaimerInformations',
|
|
|
|
- information: '/api/icss/introduceInfo/getByQuestionId'
|
|
|
|
|
|
+ pushInner:'http://192.168.2.241:5050/api/icss/push/pushInner',
|
|
|
|
+ calculate:'http://192.168.2.241:5050/api/icss/calc/calculate',
|
|
|
|
+ disclaimer: 'http://192.168.2.241:5050/api/icss/disclaimerInformation/getDisclaimerInformations',
|
|
|
|
+ information: 'http://192.168.2.241:5050/api/icss/introduceInfo/getByQuestionId'
|
|
}
|
|
}
|
|
const imageUrlPrefix = 'http://192.168.2.241:82';
|
|
const imageUrlPrefix = 'http://192.168.2.241:82';
|
|
const getUrlArgObject = function(parm) {
|
|
const getUrlArgObject = function(parm) {
|