1 Star 0 Fork 0

Nieyq/spring-crm-frontend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
env.d.ts 427 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nieyq 提交于 2023-02-11 23:52 . 角色管理->权限管理
/// <reference types="vite/client" />
declare module '*.vue' {
import { ComponentOptions } from 'vue'
const componentOptions: ComponentOptions
export default componentOptions
}
declare module 'qs'
// 环境变量类型声明
interface ImportMetaEnv {
VITE_CLI_PORT:number,
VITE_SERVER_PORT: number,
VITE_BASE_API: string
VITE_BASE_PATH: string,
}
interface ImportMeta {
readonly env: ImportMetaEnv
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/y1217/spring-crm-frontend.git
[email protected]:y1217/spring-crm-frontend.git
y1217
spring-crm-frontend
spring-crm-frontend
master

搜索帮助