feat: 增加测试api js文件
This commit is contained in:
parent
399348cf39
commit
2ed1aecf3d
|
@ -1,5 +1,5 @@
|
|||
let baseurl = "http://192.168.6.75";
|
||||
let pathname = document.location.href;
|
||||
let pathname = window.location.host;
|
||||
|
||||
function global_dev_fun(hots) {
|
||||
if (hots.includes("test")) {
|
||||
|
|
Loading…
Reference in New Issue