Skip to content

Commit

Permalink
feat: 预设路径模式支持pvl
Browse files Browse the repository at this point in the history
  • Loading branch information
liaojiawei committed May 15, 2024
1 parent 2929045 commit b5d6fb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/components/services/oss2.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ angular.module('web').factory('ossSvs2', [
bucket: opt.bucket,
stsToken: options.securityToken,
cname: options.cname,
isRequestPay: options.isRequestPayer
isRequestPay: options.isRequestPayer,
sldEnable: options.sldEnable
});

client.userAgent = USER_AGENT;
Expand Down
1 change: 1 addition & 0 deletions app/main/auth/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ angular.module('web').controller('loginCtrl', [
$scope.item.eptplcname = '';
} else if (t === "privateLink") {
$scope.item.privateLink = "";
$scope.item.eptpl = "";
$scope.item.cname = false;
}
}
Expand Down

0 comments on commit b5d6fb4

Please sign in to comment.