style: 修改系统名称
This commit is contained in:
37
README.md
37
README.md
@@ -1,18 +1,33 @@
|
||||
# 基于 Ant-Design-Vue + Vue3 的管理系统
|
||||
|
||||
[](https://gitee.com/TsMask/mask_antd_vue3/stargazers)
|
||||

|
||||

|
||||

|
||||

|
||||
# 核心网管理系统
|
||||
|
||||
## 简介
|
||||
|
||||
该项目选择 [RuoYi-Vue3](https://github.com/yangzongzhuan/RuoYi-Vue3) 进行功能适配。
|
||||
|
||||
- 系统布局使用 [@ant-design-vue/pro-layout](https://github.com/vueComponent/pro-components)
|
||||
- 图标来源 [@ant-design/icons-vue](https://ant.design/components/icon)
|
||||
- 菜单图标使用自定义iconfont `font_8d5l8fzk5b87iudi.js`图标文件
|
||||
|
||||
> 有任何问题或者建议,可以在 [_Issues_](https://gitee.com/TsMask/mask_api_midwayjs/issues) 或通过QQ群:[_57242844_](https://jq.qq.com/?_wv=1027&k=z6Y4YQcB) 提出想法。
|
||||
> 如果觉得项目对您有帮助,可以来个Star ⭐
|
||||
## 程序命令
|
||||
|
||||
项目目录下 `.env.[环境]` 文件对应环境的一些配置,启动前请检查文件内是否配置正确。
|
||||
|
||||
```bash
|
||||
# 使用阿里源可以加速下载依赖库
|
||||
npm install --registry https://registry.npmmirror.com
|
||||
```
|
||||
|
||||
### 开发 development
|
||||
|
||||
```bash
|
||||
# 检查配置参数 .env.development 和 vite.config.ts
|
||||
npm install # 安装项目所需依赖
|
||||
npm run dev # 开发模式启动项目
|
||||
Local http://localhost:6269 # 启动成功后得到服务访问地址
|
||||
```
|
||||
|
||||
### 部署 production
|
||||
|
||||
```bash
|
||||
# 检查配置参数 .env.development
|
||||
npm install # 安装项目所需依赖
|
||||
npm run build # 构建生产项目代码
|
||||
```
|
||||
|
||||
@@ -5,8 +5,8 @@ export default {
|
||||
|
||||
// 通用
|
||||
common: {
|
||||
title: 'Mask Antd Vue3',
|
||||
desc: 'Management system based on ant design vue+vue3',
|
||||
title: '核心网管',
|
||||
desc: '网元接入管理系统',
|
||||
loading: 'Please wait...',
|
||||
tipTitle: 'Prompt',
|
||||
},
|
||||
|
||||
@@ -5,8 +5,8 @@ export default {
|
||||
|
||||
// 通用
|
||||
common: {
|
||||
title: 'Mask Antd Vue3',
|
||||
desc: '基于 ant-design-vue + vue3 的管理系统',
|
||||
title: '核心网管',
|
||||
desc: '网元接入管理系统',
|
||||
loading: '请稍等...',
|
||||
tipTitle: '提示',
|
||||
},
|
||||
|
||||
@@ -399,7 +399,6 @@ onBeforeUnmount(() => {
|
||||
</a-row>
|
||||
</a-form>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user