1234567891011 |
- /*
- * @Author: 半生瓜 1515706227@qq.com
- * @Date: 2024-05-16 01:47:02
- * @LastEditors: 半生瓜 1515706227@qq.com
- * @LastEditTime: 2024-05-16 01:47:33
- * @FilePath: \vue-element-plus-admin-mini\types\shims-vue.d.ts
- * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
- */
- declare interface Window{
- VITE_API_BASE_PATH: any;
- }
|