Browse Source

分享链接url修改

hy 7 years ago
parent
commit
bce4500471
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/view/main/MainController.js

+ 1 - 1
frontend/saas-web/app/view/main/MainController.js

@@ -365,7 +365,7 @@ Ext.define('saas.view.main.MainController', {
                                     success: function(response, o){
                                         var res = Ext.decode(response.responseText);
                                         var url = res.data;
-                                        f.setValue(url)
+                                        f.setValue(url + '&_noc=1')
                                     },
                                     failure: function (response, opts) {
                                         saas.util.BaseUtil.showErrorToast('获取分享地址失败');