Explorar el Código

修改文章管理、栏目管理

limeng hace 7 meses
padre
commit
93daf60794
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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() {