|
@@ -1,13 +1,13 @@
|
|
|
-let fn = require("./utils/auth");
|
|
|
-console.log(fn);
|
|
|
-let title = ''
|
|
|
-if (fn.getConfig()) {
|
|
|
- let config = JSON.parse(fn.getConfig());
|
|
|
- title = config.title
|
|
|
-}
|
|
|
-console.log(title);
|
|
|
+// let fn = require("./utils/auth");
|
|
|
+// console.log(fn);
|
|
|
+// let title = ''
|
|
|
+// if (fn.getConfig()) {
|
|
|
+// let config = JSON.parse(fn.getConfig());
|
|
|
+// title = config.title
|
|
|
+// }
|
|
|
+// console.log(title);
|
|
|
module.exports = {
|
|
|
- title: title,
|
|
|
+ title: '教学平台',
|
|
|
|
|
|
/**
|
|
|
* @type {boolean} true | false
|