|
@@ -240,7 +240,7 @@ export default {
|
|
console.log("_overview", overview);
|
|
console.log("_overview", overview);
|
|
console.log("_process", process);
|
|
console.log("_process", process);
|
|
console.log("_results", results);
|
|
console.log("_results", results);
|
|
- this.generate(_html, { title: info.title, username: res.username });
|
|
|
|
|
|
+ this.generate(_html, { title: info.title, username: res.name });
|
|
},
|
|
},
|
|
async generate(a, data) {
|
|
async generate(a, data) {
|
|
// 将html文件中需要用到的数据挂载到store上
|
|
// 将html文件中需要用到的数据挂载到store上
|