|
@@ -8,6 +8,7 @@
|
|
|
<!-- <link rel="stylesheet" href="./js/quill.snow.css">-->
|
|
|
<link rel="stylesheet" href="https://cdn.staticfile.org/lxgw-wenkai-screen-webfont/1.6.0/lxgwwenkaiscreen.css"></link>
|
|
|
<script src="js/util.js"></script>
|
|
|
+ <script src="js/login.js"></script>
|
|
|
<style>
|
|
|
body {
|
|
|
font-family: "LXGW WenKai Screen", sans-serif !important;
|
|
@@ -203,9 +204,9 @@
|
|
|
<!--<script src="./js/cdn.quilljs.com_1.3.6_quill.js"></script>-->
|
|
|
<!--异步请求示例:requestUtil.sync('https://jsonplaceholder.typicode.com/posts/1', 'post', data, headers) .then(data => console.log(data))-->
|
|
|
<script>
|
|
|
- if (getQueryString("id") !== "tianyunperfect") {
|
|
|
- // location.href = "http://127.0.0.1";
|
|
|
- }
|
|
|
+ // if (getQueryString("id") !== "tianyunperfect") {
|
|
|
+ // // location.href = "http://127.0.0.1";
|
|
|
+ // }
|
|
|
let authStr = "bearer eyJhbGciOiJIUzI1NiIsImtpZCI6InYxIiwidHlwIjoiSldUIn0.eyJuYW1lIjoidGlhbnl1bnBlcmZlY3QiLCJpc3MiOiJtZW1vcyIsInN1YiI6IjEiLCJhdWQiOlsidXNlci5hY2Nlc3MtdG9rZW4iXSwiaWF0IjoxNzA5MTc5NTUyfQ.LFxWB4efya1sL7VoJ42xpXxbAip-udT_Kx2OwZ8Y3-E";
|
|
|
let myHeaders = {
|
|
|
'Content-type': 'application/json',
|