fixed download preview page render issues and links
This commit is contained in:
parent
41a0c6c73f
commit
232911f725
5 changed files with 21 additions and 14 deletions
|
@ -2,7 +2,7 @@ const welcome = require('../pages/welcome');
|
|||
const upload = require('../pages/upload');
|
||||
|
||||
module.exports = function(state, emit) {
|
||||
if (state.transfer) {
|
||||
if (state.uploading) {
|
||||
return upload(state, emit);
|
||||
}
|
||||
return welcome(state, emit);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue