Просмотр исходного кода

Merge branch 'develop' of http://git.zanxiangnet.com/wjx/ad-manage

wjx 1 год назад
Родитель
Сommit
4de4ec2faa
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      config/config.ts

+ 1 - 1
config/config.ts

@@ -7,7 +7,7 @@ import {  adMonitor, launchSystem } from './routerConfig';
 const { REACT_APP_ENV } = process.env;
 export default defineConfig({
   metas: [
-    { httpEquiv: 'Content-Security-Policy', content: "script-src 'unsafe-inline' 'unsafe-eval' 'report-sample' 'self' *.alibaba-inc.com *.dingtalk.com *.alicdn.com" }
+    { httpEquiv: 'Content-Security-Policy', content: "script-src 'self' *.alibaba-inc.com *.dingtalk.com *.alicdn.com *.api.zanxiangwl.com" }
   ],
   history: {
     type: 'hash',