소스 검색

修改文章管理、栏目管理

limeng 7 달 전
부모
커밋
93daf60794
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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() {