Skip to content

Commit

Permalink
fix: test case
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed Jan 20, 2019
1 parent e61a704 commit 9e32b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controller/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class HomeController extends Controller {
title: 'Reliable Suites for Macaca',
pageId: 'home',
SERVER_ADDRESS: this.config.reliableView.serverUrl,
assetsUrl: configRes.site.assetsUrl || this.config.reliableView.assetsUrl,
assetsUrl: configRes.site && configRes.site.assetsUrl || this.config.reliableView.assetsUrl,
version: this.app.config.pkg.version,
});
}
Expand Down

0 comments on commit 9e32b7b

Please sign in to comment.