09036fbb by renchao@pashanhoo.com

style:配置修改

1 parent 308cd52a
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-06-07 11:17:46
* @LastEditTime: 2023-06-07 13:54:13
-->
<!DOCTYPE html>
<html>
......@@ -31,7 +31,7 @@
business: 'http://localhost:7001'
}
}
fetch('./config.json')
fetch('/dj/config.json')
.then(response => response.json())
.then(config => {
window.config = config
......