feat: CSP Violation ( 感叹号图标被拦截 )
This commit is contained in:
2
web/.env
2
web/.env
@@ -1 +1 @@
|
||||
VITE_API_BASE_URL=http://insight.buildapp.eu.org/api/v1
|
||||
VITE_API_BASE_URL=https://insight.buildapp.eu.org/api/v1
|
||||
7
web/src/vite-env.d.ts
vendored
Normal file
7
web/src/vite-env.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
declare module "*.vue" {
|
||||
import type { DefineComponent } from "vue";
|
||||
const component: DefineComponent<{}, {}, any>;
|
||||
export default component;
|
||||
}
|
||||
Reference in New Issue
Block a user