File tree 2 files changed +9
-7
lines changed
SiteServer.Web/Home/pages
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -63,18 +63,12 @@ <h4 v-else class="card-title text-primary">内容添加成功!</h4>
63
63
< label for ="ContinueAdd "> 继续添加内容</ label >
64
64
</ td >
65
65
</ tr >
66
- < tr >
66
+ < tr @click =" btnReturnClick " >
67
67
< td >
68
68
< input id ="Contents " type ="radio " name ="Operation " value ="Contents ">
69
69
< label for ="Contents "> 返回管理界面</ label >
70
70
</ td >
71
71
</ tr >
72
- < tr >
73
- < td >
74
- < input id ="Translate " type ="radio " name ="Operation " value ="Translate ">
75
- < label for ="Translate "> 转发到其他站点</ label >
76
- </ td >
77
- </ tr >
78
72
</ tbody >
79
73
</ table >
80
74
</ div >
Original file line number Diff line number Diff line change @@ -268,6 +268,14 @@ var methods = {
268
268
location . reload ( ) ;
269
269
} ,
270
270
271
+ btnReturnClick : function ( ) {
272
+ var url = "contents.html?siteId=" +
273
+ this . site . id +
274
+ "&channelId=" +
275
+ this . channel . id ;
276
+ location . href = url ;
277
+ } ,
278
+
271
279
btnSubmitClick : function ( ) {
272
280
var $this = this ;
273
281
this . pageAlert = null ;
You can’t perform that action at this time.
0 commit comments