mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-14 19:52:10 +08:00
2.3.0
This commit is contained in:
@@ -42,7 +42,11 @@ class ExampleController extends Controller {
|
||||
let tmpDir = Utils.getLogDir();
|
||||
console.log('tmpDir:', tmpDir);
|
||||
|
||||
console.log('this.app.request:', this.app.request.query);
|
||||
// console.log('this.app.request:', this.app.request.query);
|
||||
|
||||
// const exampleAddon = this.app.addon.example;
|
||||
// const str = exampleAddon.hello();
|
||||
// console.log('str:', str);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user