div>

14 Commits (683324d6eec9cd6bc9d00f5819831c8c1b8159f3)

Autor SHA1 Mensaje Fecha
  luyanan 70efc5c3e9 修改判断标识以及专家头像与企业logo的区别 %!s(int64=7) %!d(string=hace) años
  jack 624cba24c8 个人修改页 %!s(int64=7) %!d(string=hace) años
  luyanan 1e76ca2647 应用行业的内容展示距离 %!s(int64=7) %!d(string=hace) años
  luyanan 7ee4f5c12a 信息展示页面资源与文章轮播问题 %!s(int64=7) %!d(string=hace) años
  luyanan 67d3a44a2a 修改静态页面网页title显示的内容; %!s(int64=7) %!d(string=hace) años
  jack b39de95f66 工作台 %!s(int64=7) %!d(string=hace) años
  luyanan 39404d5d76 更改普通版头部导航 %!s(int64=7) %!d(string=hace) años
  luyanan bcbd58b638 提取公共底部导航footer.js,修改index顶部导航样式 %!s(int64=7) %!d(string=hace) años
  jack 286baf1554 个人信息修改】增加【联系电话(非公开)】、【联系邮箱(非公开)】两个字段。 %!s(int64=7) %!d(string=hace) años
  jack fd74810860 资源及文章根据身份权限,及个人修改文章进入工作台 %!s(int64=7) %!d(string=hace) años
  xuchunyang 4f94b047af 用户权限修改个人预览页面,个人修改页面,工作台,新增我的关注功能 %!s(int64=7) %!d(string=hace) años
  jack f71e5a9df0 个人及邀请修改文字 %!s(int64=7) %!d(string=hace) años
  luyanan 28ccfa2d31 增加点击【客服邮箱】链接后,自动打开邮箱客户端 %!s(int64=7) %!d(string=hace) años
  jiapeng c5d9752792 --init %!s(int64=8) %!d(string=hace) años
back-conference - Gogs: Go Git Service

后端

index.html 1.0KB

    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>丰盈会议管理系统</title> <% if (process.env.NODE_ENV === 'production') { %> <!-- 生产环境 --> <script>document.write('<script src="./config/index.js?t=' + new Date().getTime() + '"><\/script>');</script> <% }else { %> <!-- 开发环境 --> <link rel="shortcut icon" type="image/x-icon" href="./static/img/favicon.ico"> <script src="./static/config/index.js"></script> <script src="./static/plugins/mock-1.0.0-beta3/mock-min.js"></script> <script src="./static/plugins/echarts-3.8.5/echarts.common.min.js"></script> <script src="./static/plugins/ueditor-1.4.3.3/ueditor.config.js"></script> <script src="./static/plugins/ueditor-1.4.3.3/ueditor.all.min.js"></script> <script src="./static/plugins/ueditor-1.4.3.3/lang/zh-cn/zh-cn.js"></script> <% } %> </head> <body> <div id="app"></div> </body> </html>