Browse Source

7.2

pull/3571/head
timlai 3 years ago
parent
commit
a0696d76ac
  1. 4
      src/SSCMS.Web/wwwroot/sitefiles/assets/js/home/write/contents.js

4
src/SSCMS.Web/wwwroot/sitefiles/assets/js/home/write/contents.js

@ -51,7 +51,9 @@ var methods = {
$this.sites = res.sites;
$this.siteId = res.siteId;
$this.siteIds = [res.siteId];
if ($this.siteIds.length == 0) {
$this.siteIds = [res.siteId];
}
$this.siteName = res.siteName;
$this.siteUrl = res.siteUrl;
$this.root = res.root;

Loading…
Cancel
Save