@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2022 芋道
+Copyright (c) 2022 智企云
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -17,7 +17,7 @@
## 🐯 平台简介
-**芋道**,以开发者为中心,打造中国第一流的快速开发平台,全部开源,个人与企业可 100% 免费使用。
+**智企云**,以开发者为中心,打造中国第一流的快速开发平台,全部开源,个人与企业可 100% 免费使用。

@@ -1,5 +1,5 @@
{
- "name" : "芋道移动端",
+ "name" : "智企云",
"appid" : "__UNI__25A9D80",
"description" : "",
"versionName" : "1.0.0",
@@ -2,7 +2,7 @@
"pages": [{
"path": "pages/index",
"style": {
- "navigationBarTitleText": "芋道移动端框架",
+ "navigationBarTitleText": "智企云",
"navigationStyle": "custom"
}
}, {
@@ -3,7 +3,7 @@
<view class="logo-content align-center justify-center flex">
<image style="width: 100rpx;height: 100rpx;" :src="globalConfig.appInfo.logo" mode="widthFix">
</image>
- <text class="title">芋道移动端登录</text>
+ <text class="title">智企云</text>
</view>
<view class="login-form-content">
<view class="input-item flex align-center">
<view class="header-section text-center">
<image style="width: 150rpx;height: 150rpx;" src="/static/logo200.png" mode="widthFix">
- <uni-title type="h2" title="芋道移动端"></uni-title>
+ <uni-title type="h2" title="智企云"></uni-title>
<view class="content-section">
@@ -21,18 +21,18 @@
return {
list: [{
icon: 'iconfont icon-github',
- title: '芋道问题',
+ title: '智企云问题',
childList: [{
- title: '芋道开源吗?',
+ title: '智企云开源吗?',
content: '开源'
- title: '芋道可以商用吗?',
+ title: '智企云可以商用吗?',
content: '可以'
- title: '芋道官网地址多少?',
+ title: '智企云官网地址多少?',
content: 'https://www.iocoder.cn'
- title: '芋道文档地址多少?',
+ title: '智企云文档地址多少?',
content: 'https://doc.iocoder.cn'
}]
},