后端

5.js 4.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. webpackJsonp([5],{
  2. /***/ "/Br4":
  3. /***/ (function(module, exports, __webpack_require__) {
  4. // style-loader: Adds some css to the DOM by adding a <style> tag
  5. // load the styles
  6. var content = __webpack_require__("noz4");
  7. if(typeof content === 'string') content = [[module.i, content, '']];
  8. if(content.locals) module.exports = content.locals;
  9. // add the styles to the DOM
  10. var update = __webpack_require__("wkH5")("d50f7ea4", content, true);
  11. /***/ }),
  12. /***/ "KR8f":
  13. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  14. "use strict";
  15. Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
  16. // CONCATENATED MODULE: ./node_modules/.7.1.1@babel-loader/lib!./node_modules/.13.3.0@vue-loader/lib/selector.js?type=script&index=0!./src/views/home/index.vue
  17. //
  18. //
  19. //
  20. //
  21. //
  22. //
  23. //
  24. //
  25. //
  26. //
  27. //
  28. //
  29. //
  30. //
  31. //
  32. //
  33. //
  34. //
  35. //
  36. //
  37. //
  38. //
  39. //
  40. //
  41. //
  42. //
  43. /* harmony default export */ var home = ({
  44. data: function data() {
  45. return {};
  46. },
  47. methods: {
  48. contentViewHeight: function contentViewHeight() {
  49. var height = this.$store.state.documentClientHeight;
  50. height -= 50; // site-topbar
  51. height -= 15; // site-content padding-top
  52. height -= 15; // site-content padding-bottom
  53. height += 'px';
  54. return { minHeight: height };
  55. }
  56. }
  57. });
  58. // CONCATENATED MODULE: ./node_modules/.13.3.0@vue-loader/lib/template-compiler?{"id":"data-v-e5e88f1e","hasScoped":false,"transformToRequire":{"video":["src","poster"],"source":"src","img":"src","image":"xlink:href"},"buble":{"transforms":{}}}!./node_modules/.13.3.0@vue-loader/lib/selector.js?type=template&index=0!./src/views/home/index.vue
  59. var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"site-content site-content--home"},[_c('el-card',{style:(_vm.contentViewHeight())},[_c('h3',[_vm._v("项目介绍")]),_vm._v(" "),_c('ul',[_c('li',[_vm._v("采用Spring、MyBatis、Shiro框架,开发的一套权限系统,极低门槛,拿来即用。")]),_vm._v(" "),_c('li',[_vm._v("设计之初,就非常注重安全性,为企业系统保驾护航,让一切都变得如此简单。")]),_vm._v(" "),_c('li',[_vm._v("提供了代码生成器,只需编写30%左右代码,其余的代码交给系统自动生成,可快速完成开发任务")]),_vm._v(" "),_c('li',[_vm._v("推荐使用阿里云服务器部署项目,免费领取阿里云优惠券,请点击【"),_c('a',{attrs:{"href":"https://promotion.aliyun.com/ntms/act/ambassador/sharetouser.html?userCode=y93lfwbg&productCode=dmspre&utm_source=y93lfwbg","target":"_blank"}},[_vm._v("免费领取")]),_vm._v("】")])]),_vm._v(" "),_c('h3',[_vm._v("获取帮助")]),_vm._v(" "),_c('ul',[_c('li',[_vm._v("Git地址:"),_c('a',{attrs:{"href":"https://gitee.com/babaio/renren-security","target":"_blank"}},[_vm._v("https://gitee.com/babaio/renren-security")])]),_vm._v(" "),_c('li',[_vm._v("SpringBoot地址:"),_c('a',{attrs:{"href":"https://gitee.com/babaio/renren-security/tree/renren-security-boot","target":"_blank"}},[_vm._v("https://gitee.com/babaio/renren-security/tree/renren-security-boot")])]),_vm._v(" "),_c('li',[_vm._v("其他项目:"),_c('a',{attrs:{"href":"http://www.renren.io/open/","target":"_blank"}},[_vm._v("http://www.renren.io/open/")])]),_vm._v(" "),_c('li',[_vm._v("如需关注项目最新动态,请Watch、Star项目,同时也是对项目最好的支持")])]),_vm._v(" "),_c('h3',[_vm._v("官方QQ群")]),_vm._v(" "),_c('ul',[_c('li',[_vm._v("高级群:324780204(大牛云集,跟大牛学习新技能)")]),_vm._v(" "),_c('li',[_vm._v("普通群:145799952(学习交流,互相解答各种疑问)")])])])],1)}
  60. var staticRenderFns = []
  61. var esExports = { render: render, staticRenderFns: staticRenderFns }
  62. /* harmony default export */ var views_home = (esExports);
  63. // CONCATENATED MODULE: ./src/views/home/index.vue
  64. function injectStyle (ssrContext) {
  65. __webpack_require__("/Br4")
  66. }
  67. var normalizeComponent = __webpack_require__("mPyB")
  68. /* script */
  69. /* template */
  70. /* template functional */
  71. var __vue_template_functional__ = false
  72. /* styles */
  73. var __vue_styles__ = injectStyle
  74. /* scopeId */
  75. var __vue_scopeId__ = null
  76. /* moduleIdentifier (server only) */
  77. var __vue_module_identifier__ = null
  78. var Component = normalizeComponent(
  79. home,
  80. views_home,
  81. __vue_template_functional__,
  82. __vue_styles__,
  83. __vue_scopeId__,
  84. __vue_module_identifier__
  85. )
  86. /* harmony default export */ var src_views_home = __webpack_exports__["default"] = (Component.exports);
  87. /***/ }),
  88. /***/ "noz4":
  89. /***/ (function(module, exports, __webpack_require__) {
  90. exports = module.exports = __webpack_require__("WpAN")(false);
  91. // imports
  92. // module
  93. exports.push([module.i, "\n.site-content--home {\n line-height: 1.5;\n}\n", ""]);
  94. // exports
  95. /***/ })
  96. });