Sfoglia il codice sorgente

网安中心代理

CzRger 2 anni fa
parent
commit
e396ca6e4d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/store/modules/app.js

+ 1 - 1
src/store/modules/app.js

@@ -4,7 +4,7 @@ import {ElMessageBox} from "element-plus";
 const state = {
 	apiProxy: {
 		tesApi: 'api-tes',	//	托尔斯视频拉流服务
-		wazxApi: 'api-tes',	//	网安中心
+		wazxApi: 'api-wazx',	//	网安中心
 	},
 	userInfo: null
 }