Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tower1229 committed Sep 12, 2018
1 parent 23c317f commit 2bba275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/demo/ota/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ define(function(require) {
getData();

var openPlugin = function(item) {
var pagePath = item.path + item.name + item.index;
var pagePath = item.path + item.name + item.homepage;
//检测文件存在
api.readFile({
path: pagePath
Expand Down

0 comments on commit 2bba275

Please sign in to comment.