首页+登录页
This commit is contained in:
18
env.d.ts
vendored
Normal file
18
env.d.ts
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
/// <reference types="vite/client" />
|
||||
/// <reference types="axios" />
|
||||
|
||||
declare global {
|
||||
let $http: any;
|
||||
let $cookies: any;
|
||||
let $msg: any;
|
||||
let $store:any
|
||||
interface Window {
|
||||
// 扩展Windows环境下的全局$http对象
|
||||
$http: any;
|
||||
$cookies: any;
|
||||
$msg: any;
|
||||
$store:any
|
||||
}
|
||||
}
|
||||
export { };
|
||||
|
Reference in New Issue
Block a user