- 新增 index.html 文件,包含基本的 HTML 结构 - 添加头部信息,包括字符集、图标和视口设置 - 设置页面标题为"网宿软件" - 定义加载动画样式(.ele-admin-loading) - 添加应用容器(#app)和加载动画元素 -引入主脚本文件 main.ts
7 lines
181 B
Plaintext
7 lines
181 B
Plaintext
VITE_APP_NAME=后台管理(开发环境)
|
|
#VITE_API_URL=http://127.0.0.1:9200/api
|
|
#VITE_SERVER_API_URL=http://127.0.0.1:8000/api
|
|
|
|
|
|
#VITE_API_URL=https://cms-api.s209.websoft.top/api
|