You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
258 lines
2.7 KiB
258 lines
2.7 KiB
exports.ids = [18]; |
|
exports.modules = { |
|
|
|
/***/ 221: |
|
/***/ (function(module, __webpack_exports__, __webpack_require__) { |
|
|
|
"use strict"; |
|
// ESM COMPAT FLAG |
|
__webpack_require__.r(__webpack_exports__); |
|
|
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@nuxt/components/dist/loader.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/pages/other/privacy.vue?vue&type=template&id=40197a29& |
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"common-other-content privacy-policy-page"},[_vm._ssrNode("<h6>隐私政策</h6> <div class=\"font-content\">"+(_vm._s(_vm.content))+"</div>")])} |
|
var staticRenderFns = [] |
|
|
|
|
|
// CONCATENATED MODULE: ./src/pages/other/privacy.vue?vue&type=template&id=40197a29& |
|
|
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib??ref--2-0!./node_modules/@nuxt/components/dist/loader.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/pages/other/privacy.vue?vue&type=script&lang=js& |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
// |
|
/* harmony default export */ var privacyvue_type_script_lang_js_ = ({ |
|
name: 'OtherPrivacyPage', |
|
layout: 'detail', |
|
|
|
data() { |
|
return { |
|
content: '' |
|
}; |
|
}, |
|
|
|
head: { |
|
title: '糖尿病网-隐私政策', |
|
meta: [{ |
|
hid: 'description', |
|
name: 'description', |
|
content: '' |
|
}] |
|
}, |
|
|
|
mounted() { |
|
this.$axios.$get('/agreement/get-content?type=1').then(res => { |
|
this.content = res.detail; |
|
}); |
|
} |
|
|
|
}); |
|
// CONCATENATED MODULE: ./src/pages/other/privacy.vue?vue&type=script&lang=js& |
|
/* harmony default export */ var other_privacyvue_type_script_lang_js_ = (privacyvue_type_script_lang_js_); |
|
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js |
|
var componentNormalizer = __webpack_require__(1); |
|
|
|
// CONCATENATED MODULE: ./src/pages/other/privacy.vue |
|
|
|
|
|
|
|
|
|
|
|
/* normalize component */ |
|
|
|
var component = Object(componentNormalizer["a" /* default */])( |
|
other_privacyvue_type_script_lang_js_, |
|
render, |
|
staticRenderFns, |
|
false, |
|
null, |
|
null, |
|
"52a6adb6" |
|
|
|
) |
|
|
|
/* harmony default export */ var privacy = __webpack_exports__["default"] = (component.exports); |
|
|
|
/***/ }) |
|
|
|
};; |
|
//# sourceMappingURL=privacy.js.map
|