摘要:
记录时间:2024-10-24 types src/types/index.ts // types统一出口 export * from './device-driver' export * from './device' export * from './flow-config' export * 阅读全文
posted @ 2024-10-24 17:31
lizhigang
阅读(12)
评论(0)
推荐(0)
摘要:
记录时间:2024-10-24 1.Pinia的集成 # 使用npm命令安装 npm install pinia 注:当前最新版本 "pinia": "^2.2.4", 2.Vue-Router的集成 # 使用npm命令安装 npm install vue-router 注:当前最新版本 "vue- 阅读全文
posted @ 2024-10-24 16:06
lizhigang
阅读(9)
评论(0)
推荐(0)
摘要:
记录时间:2024-10-24 1.配置开发、线上和测试环境 .env.development VITE_APP_ENV=development # VITE_APP_BASE_URL=/api VITE_APP_BASE_URL=http://127.0.0.1:9000/ VITE_APP_AD 阅读全文
posted @ 2024-10-24 14:49
lizhigang
阅读(16)
评论(0)
推荐(0)