Browse Source

调整接口地址

WebApi
SmallChi(Koike) 4 months ago
parent
commit
3b269e35af
2 changed files with 3 additions and 2 deletions
  1. +1
    -1
      src/JTTools/wwwroot/index.html
  2. +2
    -1
      src/JTTools/wwwroot/js/site.js

+ 1
- 1
src/JTTools/wwwroot/index.html View File

@@ -779,7 +779,7 @@
</div>
</footer>
<!-- 底部版权说明 end -->
<script src="/js/site.js" type="text/javascript"></script>
<script src="/js/site.js?v=1.0.0" type="text/javascript"></script>
</body>

</html>

+ 2
- 1
src/JTTools/wwwroot/js/site.js View File

@@ -1,4 +1,5 @@
axios.defaults.baseURL = "http://120.76.99.64:18889/jtt";
//axios.defaults.baseURL = "http://120.76.99.64:18889/jtt";
axios.defaults.baseURL = "https://jttools.smallchi.cn/jtt";

function hexToString(hexStr) {
// 移除可能存在的空格和换行符


Loading…
Cancel
Save