|
@@ -6,8 +6,10 @@
|
|
|
|
|
|
<script>
|
|
|
const hosts = window.location.host === 'localhost:5001' ? 'localhost:5001' :
|
|
|
- window.location.host === 'bi.teammodel.cn' ? 'bi.teammodel.cn' :
|
|
|
- 'bitest.teammodel.cn'
|
|
|
+ window.location.host === 'bi.teammodel.cn' ? 'bi.teammodel.cn' :
|
|
|
+ window.location.host === 'bi.teammodel.net' ? 'bi.teammodel.net' :
|
|
|
+ window.location.host === 'bi-rc.teammodel.net' ? 'bi-rc.teammodel.net' :
|
|
|
+ 'bitest.teammodel.cn'
|
|
|
const appsKey = window.location.host === 'localhost:5001' || window.location.host === 'bi.teammodel.cn' || window.location.host === 'bitest.teammodel.cn' ? 'dingrucgsnt8p13rfbgd' : 'dingupjxyj1guhh5p8dt'
|
|
|
console.log(appsKey, 'key的内容')
|
|
|
import axios from 'axios'
|