摘要:
WebStorm 去掉红色小波浪 点击左上角【File】->【setting】 效果 阅读全文
posted @ 2020-03-11 16:49
林间有风-邓
阅读(733)
评论(0)
推荐(0)
摘要:
【林间有风LinUI】 1.官方demo:http://face.cms.7yue.pro/ 2.文档:http://doc.cms.7yue.pro/lin/client/ 3.github:https://github.com/TaleLin/lin-cms-vue 4.JWT加密compose 阅读全文
posted @ 2020-03-11 14:34
林间有风-邓
阅读(2915)
评论(0)
推荐(0)
摘要:
<?php(我一般放到入口文件里index.php) // 设置请求头setHeader(); function setHeader(){ // 公共响应头 header('Content-Type: Application/json'); // 如果需要跨域,写在这里 header('Access 阅读全文
posted @ 2020-03-11 12:22
林间有风-邓
阅读(501)
评论(0)
推荐(0)