feng_ting-ting 2 weeks ago
parent
commit
366a3d7257
4 changed files with 8 additions and 8 deletions
  1. 5 5
      pages.json
  2. 1 1
      pages/index.vue
  3. 1 1
      pages/login.vue
  4. 1 1
      pages/register.vue

+ 5 - 5
pages.json

@@ -99,13 +99,13 @@
     "navigationBarTitleText": "RuoYi",
     "navigationBarBackgroundColor": "#FFFFFF"
   },
-	"condition" : { //模式配置,仅开发期间生效
-		"current": 0, //当前激活的模式(list 的索引项)
+	"condition" : { 
+		"current": 0, 
 		"list": [
 			{
-				"name": "", //模式名称
-				"path": "", //启动页面,必选
-				"query": "" //启动参数,在页面的onLoad函数里面得到
+				"name": "", 
+				"path": "", 
+				"query": "" 
 			}
 		]
 	}

+ 1 - 1
pages/index.vue

@@ -2,7 +2,7 @@
   <view class="content">
     <image class="logo" src="@/static/logo.png"></image>
     <view class="text-area">
-      <text class="title">Hello RuoYi</text>
+      <text class="title">小鹅通</text>
     </view>
   </view>
 </template>

+ 1 - 1
pages/login.vue

@@ -25,7 +25,7 @@
         <button @click="handleLogin" class="login-btn cu-btn block bg-blue lg round">登录</button>
 		<button @click="wxHandleLogin" class="login-btn cu-btn block bg-green lg round">微信授权登录</button>
       </view>
-      <view class="reg text-center" v-if="register">
+      <view class="reg text-center" >
         <text class="text-grey1">没有账号?</text>
         <text @click="handleUserRegister" class="text-blue">立即注册</text>
       </view>

+ 1 - 1
pages/register.vue

@@ -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">