Browse Source

修改名称信息

pengcheng 6 months ago
parent
commit
e2c019a681

+ 2 - 2
renren-admin/src/main/resources/statics/js/modules/qmgj/codeDetail.js

@@ -1,7 +1,7 @@
 var i = getUrlParam("id");
 $(function () {
     $("#jqGrid").jqGrid({
-        url: baseURL + 'wjxy/pointsRecord/pointsRecordPage',
+        url: baseURL + 'qyh/pointsRecord/pointsRecordPage',
         postData: {memberId: i},
         datatype: "json",
         colModel: [
@@ -38,7 +38,7 @@ $(function () {
     //获取积分值
     $.ajax({
         type: "GET",
-        url: baseURL + "wjxy/pointsRecord/getIntegralValue?memberId=" + i,
+        url: baseURL + "qyh/pointsRecord/getIntegralValue?memberId=" + i,
         contentType: "application/json",
         success: function(r){
             if(r.code == 0){

+ 1 - 1
renren-admin/src/main/resources/statics/js/modules/qmgj/publish.js

@@ -49,7 +49,7 @@ layui.use([ 'layer', 'form'],function() {
         }
         vm.workStu.businessId = businessId
         vm.workStu.auditStatus = vm.state == 0 ? 2 : 1
-        let url = vm.state == 0 ? 'wjxy/audit/reject' : 'wjxy/audit/pass'
+        let url = vm.state == 0 ? 'qyh/audit/reject' : 'qyh/audit/pass'
         // let datas = vm.workStu.state == 0 ? 'PUT' : 'POST'
         // vm.workStu.id = i
         		$.ajax({

+ 1 - 1
renren-admin/src/main/resources/statics/js/modules/qmgz/payment.js

@@ -28,7 +28,7 @@ $(function () {
         }
     });
     $("#jqGrid").jqGrid({
-        url: baseURL + 'wjxy/order/orderPage',
+        url: baseURL + 'qyh/order/orderPage',
         postData: {id: i},
         datatype: "json",
         colModel: [

+ 4 - 4
renren-admin/src/main/resources/statics/js/modules/qyh/campusagent.js

@@ -1,6 +1,6 @@
 $(function () {
     $("#jqGrid").jqGrid({
-        url: baseURL + 'wjxy/campusagent/page',
+        url: baseURL + 'qyh/campusagent/page',
         datatype: "json",
         colModel: [
 			{ label: 'id', name: 'id', index: 'id', width: 50,hidden:true, key: true },
@@ -155,7 +155,7 @@ var vm = new Vue({
                 vm.wjxyCampusAgent.agentPhoto = $('#imgUrl1').val();
             }
 		    $('#btnSaveOrUpdate').button('loading').delay(1000).queue(function() {
-                var url = vm.wjxyCampusAgent.id == null ? "wjxy/campusagent/save" : "wjxy/campusagent/update";
+                var url = vm.wjxyCampusAgent.id == null ? "qyh/campusagent/save" : "qyh/campusagent/update";
                 var type = vm.wjxyCampusAgent.id == null ? "POST" : "PUT";
                 $.ajax({
                     type: type,
@@ -190,7 +190,7 @@ var vm = new Vue({
                     lock = true;
 		            $.ajax({
                         type: "DELETE",
-                        url: baseURL + "wjxy/campusagent/delete",
+                        url: baseURL + "qyh/campusagent/delete",
                         contentType: "application/json",
                         data: JSON.stringify(ids),
                         success: function(r){
@@ -207,7 +207,7 @@ var vm = new Vue({
              });
 		},
 		getInfo: function(id){
-			$.get(baseURL + "wjxy/campusagent/info/"+id, function(r){
+			$.get(baseURL + "qyh/campusagent/info/"+id, function(r){
                 vm.wjxyCampusAgent = r.campusAgent;
 
                 vm.userInfo(vm.wjxyCampusAgent.memberId)

+ 1 - 1
renren-admin/src/main/resources/statics/js/modules/qyh/checkshop.js

@@ -1,7 +1,7 @@
 var i = getUrlParam("id");
 $(function () {
     $("#jqGrid").jqGrid({
-        url: baseURL + 'wjxy/store/page',
+        url: baseURL + 'qyh/store/page',
         postData: {id: i},
         datatype: "json",
         colModel: [

+ 10 - 10
renren-admin/src/main/resources/statics/js/modules/qyh/expert.js

@@ -1,6 +1,6 @@
 $(function () {
     $("#jqGrid").jqGrid({
-        url: baseURL + 'wjxy/expert/page',
+        url: baseURL + 'qyh/expert/page',
         datatype: "json",
         colModel: [
             { label: 'id', name: 'id', index: 'id', width: 50, key: true ,hidden: true},
@@ -162,7 +162,7 @@ var vm = new Vue({
                 // var ids = val.join()bvvbbbvbvbv
                 $.ajax({
                     type: "POST",
-                    url: baseURL + 'wjxy/store/getByIdList',
+                    url: baseURL + 'qyh/store/getByIdList',
                     contentType: "application/json",
                     data: JSON.stringify(val),
                     success: function(r){
@@ -311,7 +311,7 @@ var vm = new Vue({
                 vm.wjxyExpert.goodLabels = vm.goodLabels.join()
             }
             vm.wjxyExpert.province = 420000
-            var url = vm.wjxyExpert.id == null ? "wjxy/expert/save" : "wjxy/expert/update";
+            var url = vm.wjxyExpert.id == null ? "qyh/expert/save" : "qyh/expert/update";
             var type = vm.wjxyExpert.id == null ? "POST" : "PUT";
             $.ajax({
                 type: type,
@@ -348,7 +348,7 @@ var vm = new Vue({
                     lock = true;
 		            $.ajax({
                         type: "DELETE",
-                        url: baseURL + "wjxy/expert/delete",
+                        url: baseURL + "qyh/expert/delete",
                         contentType: "application/json",
                         data: JSON.stringify(ids),
                         success: function(r){
@@ -377,7 +377,7 @@ var vm = new Vue({
             console.log(vm2.workStu.expertId)
         },
 		getInfo: function(id){
-			$.get(baseURL + "wjxy/expert/info/"+id, function(r){
+			$.get(baseURL + "qyh/expert/info/"+id, function(r){
                 vm.getLabel()
                 vm.wjxyExpert = r.expert;
                 console.log(vm.wjxyExpert.area)
@@ -444,7 +444,7 @@ var vm = new Vue({
 
 $(function () {
     $("#jqGrid2").jqGrid({
-        url: baseURL + 'wjxy/experttopic/page',
+        url: baseURL + 'qyh/experttopic/page',
         postData: {expertId: vm2.parent},
         datatype: "json",
         colModel: [
@@ -637,7 +637,7 @@ var vm2 = new Vue({
                     lock = true;
                     $.ajax({
                         type: "DELETE",
-                        url: baseURL + "wjxy/experttopic/delete",
+                        url: baseURL + "qyh/experttopic/delete",
                         contentType: "application/json",
                         data: JSON.stringify(ids),
                         success: function(r){
@@ -654,7 +654,7 @@ var vm2 = new Vue({
             });
         },
         getInfo: function(id){
-            $.get(baseURL + "wjxy/experttopic/info/"+id, function(r){
+            $.get(baseURL + "qyh/experttopic/info/"+id, function(r){
                 vm2.workStu = r.expertTopic;
             });
         },
@@ -791,7 +791,7 @@ var vm2 = new Vue({
                 layer.msg('[状态]不能为空',{icon:5});
                 return false;
             }
-            var url = vm2.workStu.id == null ? "wjxy/experttopic/save" : "wjxy/experttopic/update";
+            var url = vm2.workStu.id == null ? "qyh/experttopic/save" : "qyh/experttopic/update";
             var type = vm2.workStu.id == null ? "POST" : "PUT";
             $.ajax({
                 type: type,
@@ -825,7 +825,7 @@ var vm2 = new Vue({
 //     console.log(vm2.workStu.status,'222')
 //     form.on('submit(go2)', function(data){
 //         console.log(vm2.workStu.expertId)
-//         var url = vm2.workStu.id == null ? "wjxy/experttopic/save" : "wjxy/experttopic/update";
+//         var url = vm2.workStu.id == null ? "qyh/experttopic/save" : "qyh/experttopic/update";
 //         var type = vm2.workStu.id == null ? "POST" : "PUT";
 //         $.ajax({
 //             type: type,

+ 4 - 4
renren-admin/src/main/resources/statics/js/modules/qyh/experttopic.js

@@ -1,6 +1,6 @@
 $(function () {
     $("#jqGrid").jqGrid({
-        url: baseURL + 'wjxy/experttopic/page',
+        url: baseURL + 'qyh/experttopic/page',
         datatype: "json",
         colModel: [
 			{ label: 'id', name: 'id', index: 'id', width: 50, key: true },
@@ -70,7 +70,7 @@ var vm = new Vue({
 		},
 		saveOrUpdate: function (event) {
 		    $('#btnSaveOrUpdate').button('loading').delay(1000).queue(function() {
-                var url = vm.wjxyExpertTopic.id == null ? "wjxy/experttopic/save" : "wjxy/experttopic/update";
+                var url = vm.wjxyExpertTopic.id == null ? "qyh/experttopic/save" : "qyh/experttopic/update";
                 $.ajax({
                     type: "POST",
                     url: baseURL + url,
@@ -104,7 +104,7 @@ var vm = new Vue({
                     lock = true;
 		            $.ajax({
                         type: "POST",
-                        url: baseURL + "wjxy/experttopic/delete",
+                        url: baseURL + "qyh/experttopic/delete",
                         contentType: "application/json",
                         data: JSON.stringify(ids),
                         success: function(r){
@@ -121,7 +121,7 @@ var vm = new Vue({
              });
 		},
 		getInfo: function(id){
-			$.get(baseURL + "wjxy/experttopic/info/"+id, function(r){
+			$.get(baseURL + "qyh/experttopic/info/"+id, function(r){
                 vm.wjxyExpertTopic = r.wjxyExpertTopic;
             });
 		},

+ 4 - 4
renren-admin/src/main/resources/statics/js/modules/qyh/meet.js

@@ -1,6 +1,6 @@
 $(function () {
     $("#jqGrid").jqGrid({
-        url: baseURL + 'wjxy/meet/myAppointmentPage',
+        url: baseURL + 'qyh/meet/myAppointmentPage',
         datatype: "json",
         colModel: [
 			{ label: 'id', name: 'id', index: 'id', width: 50,hidden:true, key: true },
@@ -153,7 +153,7 @@ var vm = new Vue({
 		},
 		saveOrUpdate: function (event) {
 		    $('#btnSaveOrUpdate').button('loading').delay(1000).queue(function() {
-                var url = vm.wjxyMeet.id == null ? "wjxy/meet/save" : "wjxy/meet/update";
+                var url = vm.wjxyMeet.id == null ? "qyh/meet/save" : "qyh/meet/update";
                 $.ajax({
                     type: "POST",
                     url: baseURL + url,
@@ -187,7 +187,7 @@ var vm = new Vue({
                     lock = true;
 		            $.ajax({
                         type: "DELETE",
-                        url: baseURL + "wjxy/meet/delete",
+                        url: baseURL + "qyh/meet/delete",
                         contentType: "application/json",
                         data: JSON.stringify(ids),
                         success: function(r){
@@ -204,7 +204,7 @@ var vm = new Vue({
              });
 		},
 		getInfo: function(id){
-			$.get(baseURL + "wjxy/meet/myAppointmentInfo/"+id, function(r){
+			$.get(baseURL + "qyh/meet/myAppointmentInfo/"+id, function(r){
                 vm.wjxyMeet = r.data;
             });
 		},

+ 4 - 4
renren-admin/src/main/resources/statics/js/modules/qyh/openscreenpopup.js

@@ -1,6 +1,6 @@
 $(function () {
     $("#jqGrid").jqGrid({
-        url: baseURL + 'wjxy/openscreenpopup/page',
+        url: baseURL + 'qyh/openscreenpopup/page',
         datatype: "json",
         colModel: [
 			{ label: 'id', name: 'id', index: 'id', width: 50,hidden:true, key: true },
@@ -107,7 +107,7 @@ var vm = new Vue({
                 return false;
             }
 		    $('#btnSaveOrUpdate').button('loading').delay(1000).queue(function() {
-                var url = vm.wjxyOpenScreenPopup.id == null ? "wjxy/openscreenpopup/save" : "wjxy/openscreenpopup/update";
+                var url = vm.wjxyOpenScreenPopup.id == null ? "qyh/openscreenpopup/save" : "qyh/openscreenpopup/update";
                 var type = vm.wjxyOpenScreenPopup.id == null ? "POST" : "PUT";
                 $.ajax({
                     type: type,
@@ -142,7 +142,7 @@ var vm = new Vue({
                     lock = true;
 		            $.ajax({
                         type: "DELETE",
-                        url: baseURL + "wjxy/openscreenpopup/delete",
+                        url: baseURL + "qyh/openscreenpopup/delete",
                         contentType: "application/json",
                         data: JSON.stringify(ids),
                         success: function(r){
@@ -159,7 +159,7 @@ var vm = new Vue({
              });
 		},
 		getInfo: function(id){
-			$.get(baseURL + "wjxy/openscreenpopup/info/"+id, function(r){
+			$.get(baseURL + "qyh/openscreenpopup/info/"+id, function(r){
                 vm.wjxyOpenScreenPopup = r.openScreenPopup;
                 /*富文本*/
                 ue.ready(function(){

+ 2 - 2
renren-admin/src/main/resources/statics/js/modules/qyh/point.js

@@ -4,7 +4,7 @@ $(function () {
 
     $.ajax({
         type: "GET",
-        url: baseURL + 'wjxy/pointsconfig/info',
+        url: baseURL + 'qyh/pointsconfig/info',
         contentType: "application/json",
         success: function(r){
             if(r.code === 0){
@@ -55,7 +55,7 @@ layui.use([ 'layer', 'form'],function() {
         }
         $.ajax({
             type: 'POST',
-            url: baseURL + 'wjxy/pointsconfig/saveOrUpdate',
+            url: baseURL + 'qyh/pointsconfig/saveOrUpdate',
             contentType: "application/json",
             data: JSON.stringify(vm.point),
             success: function(r){

+ 4 - 4
renren-admin/src/main/resources/statics/js/modules/qyh/store.js

@@ -1,6 +1,6 @@
 $(function () {
     $("#jqGrid").jqGrid({
-        url: baseURL + 'wjxy/store/page',
+        url: baseURL + 'qyh/store/page',
         datatype: "json",
         colModel: [
 			{ label: 'id', name: 'id', index: 'id', width: 50, hidden:true, key: true },
@@ -194,7 +194,7 @@ var vm = new Vue({
             }
             vm.wjxyStore.storePhoto = vm.fileList.join(',')
             $('#btnSaveOrUpdate').button('loading').delay(1000).queue(function() {
-                var url = vm.wjxyStore.id == null ? "wjxy/store/save" : "wjxy/store/update";
+                var url = vm.wjxyStore.id == null ? "qyh/store/save" : "qyh/store/update";
                 var type = vm.wjxyStore.id == null ? "POST" : "PUT";
                 $.ajax({
                     type: type,
@@ -229,7 +229,7 @@ var vm = new Vue({
                     lock = true;
 		            $.ajax({
                         type: "DELETE",
-                        url: baseURL + "wjxy/store/delete",
+                        url: baseURL + "qyh/store/delete",
                         contentType: "application/json",
                         data: JSON.stringify(ids),
                         success: function(r){
@@ -246,7 +246,7 @@ var vm = new Vue({
              });
 		},
 		getInfo: function(id){
-			$.get(baseURL + "wjxy/store/info/"+id, function(r){
+			$.get(baseURL + "qyh/store/info/"+id, function(r){
                 vm.wjxyStore = r.store;
                 if (vm.wjxyStore.storePhoto) {
                     $('#demo1').show();

+ 4 - 4
renren-admin/src/main/resources/statics/js/modules/qyh/studentstatus.js

@@ -1,6 +1,6 @@
 $(function () {
     $("#jqGrid").jqGrid({
-        url: baseURL + 'wjxy/studentstatus/page',
+        url: baseURL + 'qyh/studentstatus/page',
         datatype: "json",
         colModel: [
 			{ label: 'id', name: 'id', index: 'id', width: 50, hidden:true, key: true },
@@ -173,7 +173,7 @@ var vm = new Vue({
             vm.workStu.businessId = vm.wjxyStudentStatus.id
             vm.workStu.auditStatus = vm.state == 0 ? 2 : 1
 		    $('#btnSaveOrUpdate').button('loading').delay(1000).queue(function() {
-                var url = vm.state == 0 ? "wjxy/audit/reject" : "wjxy/audit/pass";
+                var url = vm.state == 0 ? "qyh/audit/reject" : "qyh/audit/pass";
                 $.ajax({
                     type: "POST",
                     url: baseURL + url,
@@ -207,7 +207,7 @@ var vm = new Vue({
                     lock = true;
 		            $.ajax({
                         type: "DELETE",
-                        url: baseURL + "wjxy/studentstatus/delete",
+                        url: baseURL + "qyh/studentstatus/delete",
                         contentType: "application/json",
                         data: JSON.stringify(ids),
                         success: function(r){
@@ -224,7 +224,7 @@ var vm = new Vue({
              });
 		},
 		getInfo: function(id){
-			$.get(baseURL + "wjxy/studentstatus/info/"+id, function(r){
+			$.get(baseURL + "qyh/studentstatus/info/"+id, function(r){
                 vm.wjxyStudentStatus = r.data;
                 vm.address = r.data.provinceStr + r.data.cityStr
                 vm.wjxyStudentStatus.statetext = r.data.auditStatus == 0 ? '待审核' : r.data.auditStatus == 1 ? '通过' : '不通过'

+ 6 - 6
renren-admin/src/main/resources/statics/js/modules/qyh/taskconfig.js

@@ -1,6 +1,6 @@
 $(function () {
     $("#jqGrid").jqGrid({
-        url: baseURL + 'wjxy/taskconfig/page',
+        url: baseURL + 'qyh/taskconfig/page',
         datatype: "json",
         colModel: [
 			{ label: 'id', name: 'id', index: 'id', width: 50,hidden:true, key: true },
@@ -117,7 +117,7 @@ var vm = new Vue({
            // vm.getInfo(id)
             $.ajax({
                 type: "GET",
-                url: baseURL + "wjxy/taskconfig/info/"+id,
+                url: baseURL + "qyh/taskconfig/info/"+id,
                 success: function(r){
                     if(r.code == 0){
                         vm.wjxyTaskConfig = r.taskConfig;
@@ -131,7 +131,7 @@ var vm = new Vue({
                                 vm.wjxyTaskConfig.status = vm.wjxyTaskConfig.status == 0 ? 1 : 0
                                 $.ajax({
                                     type: "PUT",
-                                    url: baseURL + "wjxy/taskconfig/update",
+                                    url: baseURL + "qyh/taskconfig/update",
                                     contentType: "application/json",
                                     data: JSON.stringify(vm.wjxyTaskConfig),
                                     success: function(r){
@@ -194,7 +194,7 @@ var vm = new Vue({
 		    $('#btnSaveOrUpdate').button('loading').delay(1000).queue(function() {
                 $.ajax({
                     type: "PUT",
-                    url: baseURL + 'wjxy/taskconfig/update',
+                    url: baseURL + 'qyh/taskconfig/update',
                     contentType: "application/json",
                     data: JSON.stringify(vm.wjxyTaskConfig),
                     success: function(r){
@@ -225,7 +225,7 @@ var vm = new Vue({
                     lock = true;
 		            $.ajax({
                         type: "POST",
-                        url: baseURL + "wjxy/taskconfig/delete",
+                        url: baseURL + "qyh/taskconfig/delete",
                         contentType: "application/json",
                         data: JSON.stringify(ids),
                         success: function(r){
@@ -242,7 +242,7 @@ var vm = new Vue({
              });
 		},
 		getInfo: function(id){
-			$.get(baseURL + "wjxy/taskconfig/info/"+id, function(r){
+			$.get(baseURL + "qyh/taskconfig/info/"+id, function(r){
                 vm.wjxyTaskConfig = r.taskConfig;
                 vm.wjxyTaskConfig.scorers = vm.wjxyTaskConfig.scorers == 0 ? '本人' : '上级'
                 vm.wjxyTaskConfig.rebateType = vm.wjxyTaskConfig.rebateType == 0 ? '数量' : '百分比'

+ 2 - 2
renren-admin/src/main/resources/statics/js/modules/qyh/wjxyprotocolconfig.js

@@ -3,7 +3,7 @@ $(function () {
     function init () {
         $.ajax({
             type: "GET",
-            url: baseURL + 'wjxy/protocolConfig/info/privacy-agreement',
+            url: baseURL + 'qyh/protocolConfig/info/privacy-agreement',
             contentType: "application/json",
             success: function(r){
                 if(r.code === 0){
@@ -33,7 +33,7 @@ var vm = new Vue({
 	},
 	methods: {
 		saveOrUpdate: function (event) {
-            var url = "wjxy/protocolConfig/addOrEdit";
+            var url = "qyh/protocolConfig/addOrEdit";
             vm.content = ue2.getContent();
             $.ajax({
                 type: "POST",