|
10 | 10 | </li> |
11 | 11 | </ul> |
12 | 12 | </div> |
| 13 | + |
13 | 14 | <div class="g-right" |
14 | 15 | style="margin-left: 140px;"> |
15 | 16 | <div style="line-height: 50px; |
|
37 | 38 | style="border-bottom: 1px solid;margin: 0 10px" |
38 | 39 | @click="()=>{ this.$router.push({ path: '/document/issue' });}">常见问题</a> |
39 | 40 | </div> |
40 | | - <a target="_blank" |
| 41 | + <div class="g-p"> <a target="_blank" |
41 | 42 | style=" border-bottom: 1px solid; |
42 | 43 | margin: 0px 26px; |
43 | 44 | font-size: 26px;" |
44 | 45 | href="http://donate.volcore.xyz">项目赞助</a> |
45 | 46 | <a style=" border-bottom: 1px solid; |
46 | 47 | margin: 0px 26px; |
47 | | - font-size: 26px;">QQ群:45221949</a> |
| 48 | + font-size: 26px;">QQ群:45221949</a></div> |
48 | 49 | <h2 style="box-sizing:border-box;-webkit-tap-highlight-color:transparent;padding:2px 20px;border-radius:6px;color:#EBEBEB;font-family:"background:#00BCD4;font-size:20px;line-height:37px;white-space:normal;margin:18px 0px !important;"> |
49 | 50 | <span style="display:none;"></span> |
50 | 51 | <span style="color:#666666;">开发及依赖环境</span> |
|
234 | 235 | <p style="font-size:16px;line-height:3;"> 1、直接右击发布(发布方法,选文件系统即可),发布完成后,将upload文件夹复制到发布后的路径</p> |
235 | 236 | <p style="font-size:16px;line-height:3;"> 2、配置跨域,发布后的文件夹下,配置appsettings.json属性CorsUrls,将部署好的前端vue站点url添加到CorsUrls中</p> |
236 | 237 | <p style="font-size:16px;line-height:3;"> 3、部署后台项目站点</p> |
| 238 | + <p style="font-size:16px;line-height:3;color:red;">部署IIS上需要安装Runtime(linux上也需要),否则站点打不开<a ref="https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-aspnetcore-3.1.8-windows-hosting-bundle-installer"> 点击下载3.1.8 hosting </a>,下载安装完成后重启IIS,或者使用cmd输入iisreset重启</p> |
| 239 | + </li> |
237 | 240 | </li> |
238 | 241 | <li> |
239 | 242 | <span style="font-size:16px;line-height:3;color:red;">发布前端</span> |
|
259 | 262 | <ul style="font-family:微软雅黑;font-size:13px;white-space:normal;box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0px;padding:5px 30px;"> |
260 | 263 | <li style="box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0px;padding:0px;"> |
261 | 264 | <span style="line-height:3;font-size:14px;"> |
262 | | - <span style="font-size:16px;">直接覆盖文件:后台VOL.Core类库、VOL.Builder类库,前端:components->basic、builder文件夹</span> |
| 265 | + <span style="font-size:16px;">直接覆盖文件:后台VOL.Core类库、VOL.Builder类库,前端:components->basic、builder文件夹,common.js</span> |
263 | 266 | </span> |
264 | 267 | </li> |
265 | 268 | <li style="box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0px;padding:0px;"> |
|
378 | 381 | <span style="color:#666666;font-size:14px;">异步队列批量写日志</span> |
379 | 382 | </td> |
380 | 383 | <td style="box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0px;padding:7px;color:rgba(111, 93, 93, 0.87);font-size:13px;border-collapse:collapse;min-width:60px;border:1px solid #D4D1D1;"> |
381 | | - <span style="color:#666666;font-size:14px;">框架封装了一个异步队列写日志,此前项目每天PV约150W左右,采用异步队列的方式批量写入日志非常顺畅</span> |
| 384 | + <span style="color:#666666;font-size:14px;">框架封装了一个异步队列批量写入日志</span> |
382 | 385 | </td> |
383 | 386 | <td style="box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0px;padding:7px;color:rgba(111, 93, 93, 0.87);font-size:13px;border-collapse:collapse;min-width:60px;border:1px solid #D4D1D1;"> |
384 | 387 | <span style="color:#666666;font-size:14px;">√</span> |
|
566 | 569 | </div> |
567 | 570 | </template> |
568 | 571 | <script> |
| 572 | +import "./doc.less"; |
569 | 573 | export default { |
570 | | - data () { |
| 574 | + data() { |
571 | 575 | return { |
572 | 576 | activedIndex: 0, |
573 | 577 | list: [ |
@@ -603,7 +607,7 @@ export default { |
603 | 607 | }; |
604 | 608 | }, |
605 | 609 | methods: { |
606 | | - to (index) { |
| 610 | + to(index) { |
607 | 611 | this.activedIndex = index; |
608 | 612 |
|
609 | 613 | let top = document.getElementById(this.list[index].id).offsetTop - 100; |
|
0 commit comments