Skip to content

Commit

Permalink
docs: 修改文档
Browse files Browse the repository at this point in the history
  • Loading branch information
JackySoft committed Oct 26, 2024
1 parent c078509 commit b3c998c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions packages/docs/src/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@

环境准备:`jdk` `mysql` `maven` `redis`

1. 安装 `jdk`建议使用 `17` 及以上版本
1. 安装 `jdk` 建议使用 `17` 及以上版本

2. 安装 `maven`安装方式自行百度
2. 安装 `maven` 安装方式自行百度

3. 安装 `redis`安装方式自行百度
3. 安装 `redis` 安装方式自行百度

4. 安装 `mysql`安装方式自行百度
4. 安装 `mysql` 安装方式自行百度

5. 修改 `application.yml` 配置文件的 `eamil``redis``mybatis` 连接信息

Expand Down Expand Up @@ -193,8 +193,8 @@ http://127.0.0.1:8090

### 域名介绍:

1. `www.marsview.cn` 是给开发者使用的。
2. `admin.marsview.cn` 是给用户访问的。
1. `www.marsview.cc` 是给开发者使用的。
2. `admin.marsview.cc` 是给用户访问的。

### 项目介绍

Expand Down
4 changes: 2 additions & 2 deletions packages/docs/src/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Marsview 是一款中后台方向的低代码可视化搭建平台,开发者

## editor 和 admin 关系

1. `editor`项目是给开发者使用的,提供可视化搭建功能,对应`www.marsview.cn`
2. `admin` 项目是给用户访问的,通过`admin.marsview.cn`访问页面效果。
1. `editor`项目是给开发者使用的,提供可视化搭建功能,对应`www.marsview.cc`
2. `admin` 项目是给用户访问的,通过`admin.marsview.cc`访问页面效果。

## 环境解释

Expand Down
2 changes: 1 addition & 1 deletion packages/editor/src/packages/utils/handleApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const handleApi = async (
const { method, stgApi, preApi, prdApi, contentType, replaceData = 'merge', isCors = true, params, result, tips } = apis[api.id] || {};
// 处理参数
const config: any = mergeParams(method, replaceData, params, sendParams);
// 解析模板字符串:http://api.marsview.cn/user/${id}
// 解析模板字符串:http://api.marsview.cc/user/${id}
const stgUrl = renderTemplate(stgApi, sendParams);
const preUrl = renderTemplate(preApi, sendParams);
const prdUrl = renderTemplate(prdApi, sendParams);
Expand Down

0 comments on commit b3c998c

Please sign in to comment.