You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
haoliang-net/frontend
haoliang b28a89f263 IIS部署联调修复:OWIN禁用+程序集绑定+SPA路由回退+错误详情输出
- Web.config: 禁用OWIN自动发现(owin:AutomaticAppStartup=false),添加MySqlConnector依赖的程序集绑定重定向
- Global.asax.cs: Application_BeginRequest实现/admin/路径的SPA路由回退(无需URL Rewrite模块)
- GlobalExceptionFilter: 输出完整异常堆栈+InnerException,便于联调定位问题
- request.ts: 错误提示直接显示后端返回的message,不再覆盖为固定文案
- vite.config.ts: base设为/admin/,静态资源路径正确指向/admin/assets/
1 week ago
..
mock feat(dashboard): 车间平均单机产量tooltip记录日终汇总规则,多天范围改为日均单机产量 1 week ago
public feat(frontend): 初始化前端工程配置 1 week ago
scripts feat: 搭建VS2017解决方案骨架(8项目+前端文件夹),编译通过0错误 1 week ago
src IIS部署联调修复:OWIN禁用+程序集绑定+SPA路由回退+错误详情输出 1 week ago
.gitignore feat: 搭建VS2017解决方案骨架(8项目+前端文件夹),编译通过0错误 1 week ago
README.md feat: 搭建VS2017解决方案骨架(8项目+前端文件夹),编译通过0错误 1 week ago
_screen_part1.vue feat: 搭建VS2017解决方案骨架(8项目+前端文件夹),编译通过0错误 1 week ago
_screen_part2.vue feat: 搭建VS2017解决方案骨架(8项目+前端文件夹),编译通过0错误 1 week ago
_screen_part3.vue feat: 搭建VS2017解决方案骨架(8项目+前端文件夹),编译通过0错误 1 week ago
env.d.ts feat: 搭建VS2017解决方案骨架(8项目+前端文件夹),编译通过0错误 1 week ago
gen-screen.cjs feat: 搭建VS2017解决方案骨架(8项目+前端文件夹),编译通过0错误 1 week ago
gen1.cjs feat: 搭建VS2017解决方案骨架(8项目+前端文件夹),编译通过0错误 1 week ago
gen2.cjs feat: 搭建VS2017解决方案骨架(8项目+前端文件夹),编译通过0错误 1 week ago
gen3.cjs feat: 搭建VS2017解决方案骨架(8项目+前端文件夹),编译通过0错误 1 week ago
generate-pages.cjs feat: 搭建VS2017解决方案骨架(8项目+前端文件夹),编译通过0错误 1 week ago
index.html feat(frontend): 初始化前端工程配置 1 week ago
package-lock.json feat(frontend): 初始化前端工程配置 1 week ago
package.json feat(frontend): 初始化前端工程配置 1 week ago
tsconfig.app.json feat(frontend): 初始化前端工程配置 1 week ago
tsconfig.json feat(frontend): 初始化前端工程配置 1 week ago
tsconfig.node.json feat(frontend): 初始化前端工程配置 1 week ago
vite.config.ts IIS部署联调修复:OWIN禁用+程序集绑定+SPA路由回退+错误详情输出 1 week ago

README.md

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.