Browse Source

修改文章管理、栏目管理

limeng 7 months ago
parent
commit
93daf60794
1 changed files with 1 additions and 2 deletions
  1. 1 2
      zhjq-ui/src/components/MyEditor/index.vue

+ 1 - 2
zhjq-ui/src/components/MyEditor/index.vue

@@ -112,8 +112,7 @@ export default {
   },
   created() {
     this.getConfigKey("server_url").then(response => {
-      this.uploadUrl = response.msg + "/common/upload";
-      console.log(this.serverUrl);
+      this.uploadUrl = response.msg + "/prod-api/common/upload";
     });
   },
   beforeDestroy() {