Commit 362bdd05 authored by wildfirecode's avatar wildfirecode

1

parent cbb378fe
...@@ -987,7 +987,7 @@ export class NetManager extends ABNetManager { ...@@ -987,7 +987,7 @@ export class NetManager extends ABNetManager {
}; };
const net: INetData = { const net: INetData = {
name: 'yyh_index', name: 'yyh_index',
uri: '/projectx/'+window['projectID']+'/join_1/join.do', uri: '/projectx/'+window['projectID']+'/join_1/join.do?_=' +new Date().getTime(),
type: 'get', type: 'get',
dataType: 'json', dataType: 'json',
param: param, param: param,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment