wiki调试修改,增加自研编辑器

This commit is contained in:
暮光:城中城
2020-06-06 15:34:49 +08:00
parent 2d9a5ab6b6
commit 0965f44866
22 changed files with 1501 additions and 525 deletions

View File

@@ -23,7 +23,7 @@ export default {
} else if (res.data.errCode == 400) {
vue.$message('请先登录');
var href = encodeURIComponent(window.location.href);
window.location = apimix.apilist1.HOST + "#/user/login?redirect=" + href;
window.location = process.env.VUE_APP_BASE_API + "#/user/login?redirect=" + href;
} else if (res.data.errCode == 402) {
vue.$router.push("/common/noAuth");
} else if (res.data.errCode !== 200) {