cq-panda / Vue.NetCore

(已支持sqlsugar).NetCore、.Net6、Vue2、Vue3、Vite、TypeScript、Element plus+uniapp前后端分离,全自动生成代码;支持移动端(ios/android/h5/微信小程序。http://www.volcore.xyz/
MIT License
3.83k stars 1.27k forks source link

netcore3.1小问题 #61

Open ajw333 opened 4 years ago

ajw333 commented 4 years ago

vol.sln中未移除vol.web的加载,swagger/index.html中中文乱码,如:VOL.Core��̨Api

ajw333 commented 4 years ago

startup.cs中的多余引用未移除

cq-panda commented 4 years ago

vol.web 项目吗?这个项目在github上已经移除了,可以试下更新代码

ajw333 commented 4 years ago

ajw333 commented 4 years ago

3.1的框架中出现了好多使用的引用,还未优化吗?

cq-panda commented 4 years ago

能否截个完整点的图?

------------------ 原始邮件 ------------------ 发件人: "ajw333"<notifications@github.com>; 发送时间: 2020年2月6日(星期四) 下午2:18 收件人: "cq-panda/Vue.NetCore"<Vue.NetCore@noreply.github.com>; 抄送: "283591387"<283591387@qq.com>;"Comment"<comment@noreply.github.com>; 主题: Re: [cq-panda/Vue.NetCore] netcore3.1小问题 (#61)

3.1的框架中出现了好多使用的引用,还未优化吗?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

ajw333 commented 4 years ago

using System; using System.Linq; using System.Text; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc;这些说是 using 指令是不必要的 截屏2020-02-06 下午3 38 55