diff --git a/src/components/modules/content.vue b/src/components/modules/content.vue index 78471cd..584a327 100644 --- a/src/components/modules/content.vue +++ b/src/components/modules/content.vue @@ -24,7 +24,7 @@
diff --git a/src/components/ueditorPlus/index.vue b/src/components/ueditorPlus/index.vue index e2679e3..ed133e0 100644 --- a/src/components/ueditorPlus/index.vue +++ b/src/components/ueditorPlus/index.vue @@ -52,7 +52,7 @@ export default { // eslint-disable-next-line no-undef this.instance = UE.getEditor(this.randomId, { UEDITOR_HOME_URL: Setting.isDev ? '/static/components/ueditorPlus/' : '/front/static/components/ueditorPlus/', - serverUrl: "http://121.37.12.51/exam/exam/upload/configAndUpload", + serverUrl: "https://huorantech.cn/exam/exam/upload/configAndUpload", plugins: 'gapfilling', ...this.config }) diff --git a/src/pages/column/page/governance.vue b/src/pages/column/page/governance.vue index 0b769fc..bba4a65 100644 --- a/src/pages/column/page/governance.vue +++ b/src/pages/column/page/governance.vue @@ -34,21 +34,23 @@
-
- -
+
+
+
    +
  • {{ item.title }}
  • +
+
-
-
-
-

{{ modules[2].list[curYear].list[0].title }}

-
+
+
+
+

{{ modules[2].list[curYear].list[0].title }}

+
+
+
-
+
点击配置文本
diff --git a/src/setting.js b/src/setting.js index 18002e7..8cd23f3 100644 --- a/src/setting.js +++ b/src/setting.js @@ -5,7 +5,7 @@ const isDev = process.env.NODE_ENV === 'development' // 开发环境 let host = location.origin if (isDev) { host = 'https://huorantech.com' - // host = 'http://192.168.31.217:10000' + host = 'http://192.168.31.217:10000' } const Setting = {