sunlupeng 1 år sedan
förälder
incheckning
4568af4aaa
2 ändrade filer med 7 tillägg och 50 borttagningar
  1. 1 46
      README.md
  2. 6 4
      pages/login.vue

+ 1 - 46
README.md

@@ -1,52 +1,7 @@
-**严肃声明:现在、未来都不会有商业版本,所有代码全部开源!!**
-
-**「我喜欢写代码,乐此不疲」**  
-**「我喜欢做开源,以此为乐」**
-
-我 🐶 在上海艰苦奋斗,早中晚在 top3 大厂认真搬砖,夜里为开源做贡献。
-
-如果这个项目让你有所收获,记得 Star 关注哦,这对我是非常不错的鼓励与支持。
-
-## 🐶 新手必读
-
-* 演示地址【Vue3 + element-plus】:<http://dashboard-vue3.yudao.iocoder.cn>
-* 演示地址【Vue3 + vben(ant-design-vue)】:<http://dashboard-vben.yudao.iocoder.cn>
-* 演示地址【Vue2 + element-ui】:<http://dashboard.yudao.iocoder.cn>
-* 启动文档:<https://doc.iocoder.cn/quick-start/>
-* 视频教程:<https://doc.iocoder.cn/video/>
-
-## 🐯 平台简介
-
-**云微企**,以开发者为中心,打造中国第一流的快速开发平台,全部开源,个人与企业可 100% 免费使用。
-
-![](/.image/admin-uniapp/02.png)
-
-* 采用 uni-app 框架,一套代码多端适配,支持 App、小程序、H5!
-* 已经实现登录、我的、工作台、编辑资料、头像修改、密码修改、常见问题、关于我们等基础功能。
 
 ## 技术栈
 
 | 框架                                              | 说明                 | 版本     |
 |-------------------------------------------------|--------------------|--------|
 | [uni-app](hhttps://github.com/dcloudio/uni-app) | 跨平台框架              | 2.0.0  |
-| [uni-ui](https://github.com/dcloudio/uni-ui)    | 基于 uni-app 的 UI 框架 | 1.4.20 |
-
-## 🔥 后端架构
-
-支持 Spring Boot、Spring Cloud 两种架构:
-
-① Spring Boot 单体架构:<https://github.com/YunaiV/ruoyi-vue-pro>
-
-![架构图](/.image/common/ruoyi-vue-pro-architecture.png)
-
-② Spring Cloud 微服务架构:<https://github.com/YunaiV/yudao-cloud>
-
-![架构图](/.image/common/yudao-cloud-architecture.png)
-
-## 🐷 演示图
-
-| biu                              | biu                              | biu                              |
-|----------------------------------|----------------------------------|----------------------------------|
-| ![](/.image/admin-uniapp/01.png) | ![](/.image/admin-uniapp/02.png) | ![](/.image/admin-uniapp/03.png) |
-| ![](/.image/admin-uniapp/04.png) | ![](/.image/admin-uniapp/05.png) | ![](/.image/admin-uniapp/06.png) |
-| ![](/.image/admin-uniapp/07.png) | ![](/.image/admin-uniapp/08.png) | ![](/.image/admin-uniapp/09.png) |
+| [uni-ui](https://github.com/dcloudio/uni-ui)    | 基于 uni-app 的 UI 框架 | 1.4.20 |

+ 6 - 4
pages/login.vue

@@ -21,11 +21,11 @@
 			</view>
 		</view>
 
-		<view class="xieyi text-center">
+		<!-- <view class="xieyi text-center">
 			<text class="text-grey1">登录即代表同意</text>
 			<text @click="handleUserAgrement" class="text-blue">《用户协议》</text>
 			<text @click="handlePrivacy" class="text-blue">《隐私协议》</text>
-		</view>
+		</view> -->
 	</view>
 </template>
 
@@ -43,8 +43,10 @@
 				captchaEnabled:false, // 验证码开关 TODO 芋艿:需要抽到配置里
 				globalConfig: getApp().globalData.config,
 				loginForm: {
-					username: "admin",
-					password: "admin123",
+					// username: "admin",
+					// password: "admin123",
+					username: "",
+					password: "",
 					captchaVerification: ""
 				}
 			}