Browse Source

问答管理

XMTT 7 years ago
parent
commit
3712f1a5e3

+ 1 - 1
js/model/sys/answer/count.js

@ -39,7 +39,7 @@ spa_define(function () {
39 39
                var load = function () {
40 40
                    $.ajax({
41 41
                        type: "GET",
42
                        url: "http://192.168.3.233:8080/log/jsonp/qm",
42
                        url: "http://www.ekexiu.com:8082/log/jsonp/qm",
43 43
                        data:$data,
44 44
                        dataType: "jsonp",
45 45
                        success: function (data) {

+ 1 - 1
js/model/sys/question/count.js

@ -39,7 +39,7 @@ spa_define(function () {
39 39
                var load = function () {
40 40
                    $.ajax({
41 41
                        type: "GET",
42
                        url: "http://192.168.3.233:8080/log/jsonp/qm",
42
                        url: "http://www.ekexiu.com:8082/log/jsonp/qm",
43 43
                        data:$data,
44 44
                        dataType: "jsonp",
45 45
                        success: function (data) {

+ 2 - 2
js/model/sys/question/edit.js

@ -38,7 +38,7 @@ spa_define(function () {
38 38
                    uploader;
39 39
                uploader = WebUploader.create({
40 40
                    auto: true,
41
                    server: 'http://192.168.3.233:81/ajax/question/upload',
41
                    server: 'http://www.ekexiu.com:81/ajax/question/upload',
42 42
                    pick: {
43 43
                        id: "#filePicker",
44 44
                        multiple: false
@ -151,7 +151,7 @@ spa_define(function () {
151 151
                                '</div>').appendTo($li),
152 152
                            $img = $li.find('img');
153 153
                        $list.append($li);
154
                        $img.attr('src', "http://192.168.3.233:81/data/question" + image[i]);
154
                        $img.attr('src', "http://www.ekexiu.com:81/data/question" + image[i]);
155 155
                        // $img.attr('src', "../data/images/researchResult/" + image[i]+".jpg");
156 156
                        $img.attr('name', image[i]);
157 157
                    }

+ 2 - 2
js/model/sys/question/edit2.js

@ -73,7 +73,7 @@ spa_define(function () {
73 73
                        // this.progress.attr("style", "width:" + vv);
74 74
                        // this.progress.text(vv);
75 75
                    },
76
                    uri: "../ajax/qa/upload"
76
                    uri: "http://www.ekexiu.com:81/ajax/question/upload"
77 77
                });
78 78
                $list.on("click", ".cancel", function () {
79 79
                    $(this).parent().parent().remove();
@ -96,7 +96,7 @@ spa_define(function () {
96 96
                            ),
97 97
                            $img = $li.find('img');
98 98
                        $list.append($li);
99
                        $img.attr('src', "http://192.168.3.233:81/data/question" + image[i]);
99
                        $img.attr('src', "http://www.ekexiu.com:81/data/question" + image[i]);
100 100
                        // $img.attr('src', "../data/images/researchResult/" + image[i]+".jpg");
101 101
                        $img.attr('name', image[i]);
102 102
                    }