diff --git a/public/static/extra/script.js b/public/static/extra/script.js index 05889f02d..91b2a6366 100644 --- a/public/static/extra/script.js +++ b/public/static/extra/script.js @@ -20,4 +20,9 @@ $(function () { // 'vue': ['json'] // }, // }); + // require(['vue'], function (vue) { + // console.log(vue) + // }); + + /*! 其他 javascript 脚本代码 */ }); \ No newline at end of file diff --git a/public/static/extra/style.css b/public/static/extra/style.css index 72ad72fcf..6999103f4 100644 --- a/public/static/extra/style.css +++ b/public/static/extra/style.css @@ -1,4 +1,4 @@ -/*! -------------------------------------------------- +/* -------------------------------------------------- /* 自定义后台扩展新式,需要在加载 console.css 后载入 /* 使用 php think xadmin:install static 时不会更新此文件 -/* -------------------------------------------------- */ \ No newline at end of file +/* -------------------------------------------------- */ \ No newline at end of file