Sfoglia il codice sorgente

同步前端修改文件

wkeyuan 3 anni fa
parent
commit
66d4240dcd

+ 1 - 1
src/main/resources/static/index.html

@@ -1 +1 @@
-<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel="shortcut icon" href=static/diaowen/images/favicon.ico type=image/x-icon><title>DWSurvey-调问开源问卷-社区版</title><link href=/static/css/app.efd3ca44b025e10cf83d84b2339a4804.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.2ae2e69a05c33dfc65f8.js></script><script type=text/javascript src=/static/js/vendor.f03de514a6e6e9148c3a.js></script><script type=text/javascript src=/static/js/app.86a8f295728ae093d34a.js></script></body></html>
+<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel="shortcut icon" href=static/diaowen/images/favicon.ico type=image/x-icon><title>DWSurvey-调问开源问卷-社区版</title><link href=/static/css/app.f6f8bce93782cbe1855b9e73bf901547.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.2ae2e69a05c33dfc65f8.js></script><script type=text/javascript src=/static/js/vendor.f03de514a6e6e9148c3a.js></script><script type=text/javascript src=/static/js/app.66735c7ea4cc27c8b26c.js></script></body></html>

File diff suppressed because it is too large
+ 0 - 0
src/main/resources/static/static/css/app.f6f8bce93782cbe1855b9e73bf901547.css


File diff suppressed because it is too large
+ 0 - 0
src/main/resources/static/static/css/app.f6f8bce93782cbe1855b9e73bf901547.css.map


+ 1 - 1
src/main/resources/static/static/diaowen/js/dw/an/an-pcm-common.js

@@ -9,7 +9,7 @@ function checkAnswerSurvey(sid){
     data:data,
     type:"post",
     success:function(httpResult){
-      console.debug(httpResult);
+      // console.debug(httpResult);
       if(httpResult.resultCode==200){
         var data = httpResult.data;
         var answerCheck=data.answerCheck;

+ 1 - 1
src/main/resources/static/static/diaowen/js/dw/an/ans-m-data.js

@@ -15,7 +15,7 @@ function querySurveyAll(callback) {
     // type:"post",
     cache: false,
     success:function(httpResult){
-      console.debug(httpResult);
+      // console.debug(httpResult);
       if(httpResult.resultCode==200){
         var resultData = httpResult.data;
         parseSurvey(resultData,tag);

+ 1 - 1
src/main/resources/static/static/diaowen/js/dw/an/ans-p-data.js

@@ -16,7 +16,7 @@ function querySurveyAll(callback) {
     //type:"post",
     cache: false,
     success:function(httpResult){
-      console.debug(httpResult);
+      // console.debug(httpResult);
       if(httpResult.resultCode==200){
         var resultData = httpResult.data;
         parseSurvey(resultData,tag);

+ 2 - 2
src/main/resources/static/static/diaowen/js/dw/design-data.js

@@ -4,13 +4,13 @@ function querySurveyAll(){
   var url = ctx+"/design/survey-design/surveyAll.do";
   var surveyId = $("#id").val();
   var data = "surveyId="+surveyId+"&sid=";
-  console.debug(data);
+  // console.debug(data);
   $.ajax({
     url:url,
     data:data,
     type:"post",
     success:function(httpResult){
-      console.debug(httpResult);
+      // console.debug(httpResult);
       if(httpResult.resultCode==200){
          var resultData = httpResult.data;
          parseSurvey(resultData);

File diff suppressed because it is too large
+ 0 - 0
src/main/resources/static/static/js/app.66735c7ea4cc27c8b26c.js


File diff suppressed because it is too large
+ 0 - 0
src/main/resources/static/static/js/app.66735c7ea4cc27c8b26c.js.map


File diff suppressed because it is too large
+ 0 - 0
src/main/resources/static/static/js/app.86a8f295728ae093d34a.js


File diff suppressed because it is too large
+ 0 - 0
src/main/resources/static/static/js/app.86a8f295728ae093d34a.js.map


File diff suppressed because it is too large
+ 0 - 0
src/main/resources/static/static/js/manifest.2ae2e69a05c33dfc65f8.js.map


Some files were not shown because too many files changed in this diff