diff --git a/src/common/config.js b/src/common/config.js index 1288b666..4c8cc3c4 100644 --- a/src/common/config.js +++ b/src/common/config.js @@ -1,2 +1,4 @@ export const overPagePrint="overPage_print" -export const overPageTemplate="overPage_Template" \ No newline at end of file +export const overPageTemplate="overPage_Template" +//3分钟刷新 +export const planRefreshTime=3*60*1000 \ No newline at end of file diff --git a/src/mycomponents/job/jobAccept.vue b/src/mycomponents/job/jobAccept.vue index 2c94f345..b7b8dac2 100644 --- a/src/mycomponents/job/jobAccept.vue +++ b/src/mycomponents/job/jobAccept.vue @@ -1,12 +1,12 @@