#
zhou zhou
2025-11-25 289b06269e9ebc43952e1698f711c36e66ad2364
#
4个文件已修改
15 ■■■■■ 已修改文件
.gitignore 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
common/request.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/index/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/login/login.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.gitignore
@@ -1,2 +1,2 @@
/unpackage/**
/unpackage/
unpackage/
common/request.js
@@ -22,7 +22,7 @@
            data: postData,
            header: {
                'content-type': 'application/json',
                'authorization': token
                'token': token
            },
            method: method, //'GET','POST'
            dataType: 'json',
pages/index/index.vue
@@ -1,6 +1,6 @@
<template>
    <div>
        <uni-nav-bar :right-text="userName" title="标题" />
        <uni-nav-bar :right-text="userName" title="首页" />
    </div>
</template>
pages/login/login.vue
@@ -35,8 +35,11 @@
                        <view>{{$t('login.remPwd')}}</view>
                    </view>
                    <view>
                        <switch :checked='remberPassword' color="#FFCC33" style="transform:scale(0.7)"
                            @change="remberChange" />
                        <u-switch space="2" size="20" v-model="remberPassword" activeColor="#f9ae3d"
                            inactiveColor="rgb(230, 230, 230)">
                        </u-switch>
                        <!-- <switch :checked='remberPassword' color="#FFCC33" style="transform:scale(0.7)"
                            @change="remberChange" /> -->
                    </view>
                </view>
                <view class="langView">