XMTT преди 7 години
родител
ревизия
3aa9502a94
променени са 4 файла, в които са добавени 9 реда и са изтрити 9 реда
  1. 2 2
      js/model/sys/article/index.js
  2. 3 3
      js/model/sys/content/index.js
  3. 2 2
      js/model/sys/paper/index.js
  4. 2 2
      js/model/sys/patent/index.js

+ 2 - 2
js/model/sys/article/index.js

@ -40,7 +40,7 @@ spa_define(function () {
40 40
                        var time = $(this).parent().attr("createTime").substring(0,8);
41 41
                        var shareId = $(this).parent().attr("shareId");
42 42
                        // window.open('http://www.ekexiu.com/articalShow.html?articleId=' + articleId);
43
                        window.open('http://192.168.3.233:81/shtml/a/'+time+'/' + shareId+'.html');
43
                        window.open('http://www.ekexiu.com/shtml/a/'+time+'/' + shareId+'.html');
44 44
                    })
45 45
                });
46 46
@ -197,7 +197,7 @@ spa_define(function () {
197 197
                            var time = $article.attr("createTime").substring(0,8);
198 198
                            var shareId = $article.attr("shareId");
199 199
                            // window.open('http://www.ekexiu.com/articalShow.html?articleId=' + $article.attr("articleId"));
200
                            window.open('http://192.168.3.233:81/shtml/a/'+time+'/' + shareId+'.html');
200
                            window.open('http://www.ekexiu.com/shtml/a/'+time+'/' + shareId+'.html');
201 201
                        }
202 202
                    } else {
203 203
                        util.alert("请选择一篇文章");

+ 3 - 3
js/model/sys/content/index.js

@ -102,15 +102,15 @@ spa_define(function () {
102 102
                        } else {
103 103
                            if ( contentType==3){//文章
104 104
                                // window.open('http://www.ekexiu.com/articalShow.html?articleId=' + $org.attr("contentId"));
105
                                window.open('http://192.168.3.233:81/shtml/a/'+time+'/' + shareId+'.html');
105
                                window.open('http://www.ekexiu.com/shtml/a/'+time+'/' + shareId+'.html');
106 106
                            }else if ( contentType== 2){//资源
107 107
                                window.open('http://www.ekexiu.com/resourceShow.html?resourceId=' + $org.attr("contentId"));
108 108
                            }else if ( contentType==4){//专利
109 109
                                // window.open('http://www.ekexiu.com/patentShow.html?patentId=' + $org.attr("contentId"));
110
                                window.open('http://192.168.3.233:81/shtml/pt/'+time+'/' + shareId+'.html');
110
                                window.open('http://www.ekexiu.com/shtml/pt/'+time+'/' + shareId+'.html');
111 111
                            }else if ( contentType==5){//论文
112 112
                                // window.open('http://www.ekexiu.com/paperShow.html?paperId=' + $org.attr("contentId"));
113
                                window.open('http://192.168.3.233:81/shtml/pp/'+time+'/' + shareId+'.html');
113
                                window.open('http://www.ekexiu.com/shtml/pp/'+time+'/' + shareId+'.html');
114 114
                            }
115 115
                        }
116 116
                    } else {

+ 2 - 2
js/model/sys/paper/index.js

@ -48,7 +48,7 @@ spa_define(function () {
48 48
                        var time = $(this).parent().attr("createTime").substring(0,8);
49 49
                        var shareId = $(this).parent().attr("shareId");
50 50
                        // window.open('http://www.ekexiu.com/paperShow.html?paperId=' + paperId);
51
                        window.open('http://192.168.3.233:81/shtml/pp/'+time+'/' + shareId+'.html');
51
                        window.open('http://www.ekexiu.com/shtml/pp/'+time+'/' + shareId+'.html');
52 52
                    })
53 53
                });
54 54
@ -139,7 +139,7 @@ spa_define(function () {
139 139
                            var time = $paper.attr("createTime").substring(0,8);
140 140
                            var shareId = $paper.attr("shareId");
141 141
                            // window.open('http://www.ekexiu.com/paperShow.html?paperId=' + $paper.attr("paperId"));
142
                            window.open('http://192.168.3.233:81/shtml/pp/'+time+'/' + shareId+'.html');
142
                            window.open('http://www.ekexiu.com/shtml/pp/'+time+'/' + shareId+'.html');
143 143
                        }
144 144
                    } else {
145 145
                        util.alert("请选择一篇资源");

+ 2 - 2
js/model/sys/patent/index.js

@ -48,7 +48,7 @@ spa_define(function () {
48 48
                        var time = $(this).parent().attr("createTime").substring(0,8);
49 49
                        var shareId = $(this).parent().attr("shareId");
50 50
                        // window.open('http://www.ekexiu.com/patentShow.html?patentId=' + patentId);
51
                        window.open('http://192.168.3.233:81/shtml/pt/'+time+'/' + shareId+'.html');
51
                        window.open('http://www.ekexiu.com/shtml/pt/'+time+'/' + shareId+'.html');
52 52
                    })
53 53
                });
54 54
@ -145,7 +145,7 @@ spa_define(function () {
145 145
                            var time = $patent.attr("createTime").substring(0,8);
146 146
                            var shareId = $patent.attr("shareId");
147 147
                            // window.open('http://www.ekexiu.com/patentShow.html?patentId=' + $patent.attr("patentId"));
148
                            window.open('http://192.168.3.233:81/shtml/pt/'+time+'/' + shareId+'.html');
148
                            window.open('http://www.ekexiu.com/shtml/pt/'+time+'/' + shareId+'.html');
149 149
                        }
150 150
                    } else {
151 151
                        util.alert("请选择一篇资源");