From 574427e3ec2d4ede23903df5c22f0e3cf39f6f40 Mon Sep 17 00:00:00 2001 From: Anyon Date: Fri, 11 Mar 2022 14:15:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/extra/script.js | 5 +++++ public/static/extra/style.css | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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