shuishen
2023-10-31 e98c1c4e3f86e192e95f4a06bd88fe61fcb270ee
删除无用代码
2 files modified
3 files deleted
2025 ■■■■■ changed files
common/setting.js 2 ●●● patch | view | raw | blame | history
pages/home/index - 副本.vue 1294 ●●●●● patch | view | raw | blame | history
pages/login/index.vue 196 ●●●●● patch | view | raw | blame | history
pages/user/center - 副本.vue 527 ●●●●● patch | view | raw | blame | history
subPackage/house/member/index.vue 6 ●●●● patch | view | raw | blame | history
common/setting.js
@@ -10,7 +10,7 @@
    version: '2.0.0',
    // 开发环境接口Url
    // devUrl: 'https://sk.hubeishuiyi.cn',
    devUrl: 'http://192.168.1.133:9528',
    devUrl: 'http://192.168.1.156:9528',
    // 数据中台接口url
    // dataCenterUrl: 'http://10.10.2.192/services',
    dataCenterUrl: 'https://sk.hubeishuiyi.cn/services',
pages/home/index - 副本.vue
File was deleted
pages/login/index.vue
File was deleted
pages/user/center - 副本.vue
File was deleted
subPackage/house/member/index.vue
@@ -7,7 +7,7 @@
                        <box-title title="基础信息"></box-title>
                    </view>
                    <view class="event-info">
                        <u-form-item @click="showSelectBus(roleList, roleName, '角色', 'roleName')" class="form-item"
                        <u-form-item @click="showSelectBus(roleList, '角色', 'roleName')" class="form-item"
                            labelWidth="100" label="角色" required prop="type">
                            <u--input border="none" v-model="roleName" disabled disabledColor="#ffffff"
                                placeholder="请选择">
@@ -15,7 +15,7 @@
                            <u-icon slot="right" name="arrow-right"></u-icon>
                        </u-form-item>
                        <u-form-item @click="showSelectBus(relationList, relationName, '角色关系', 'relationName')"
                        <u-form-item @click="showSelectBus(relationList, '角色关系', 'relationName')"
                            class="form-item" labelWidth="100" label="角色关系" required prop="type">
                            <u--input border="none" v-model="relationName" disabled disabledColor="#ffffff"
                                placeholder="请选择">
@@ -297,7 +297,7 @@
        },
        methods: {
            // 显示选择弹框
            showSelectBus(data, val, title, model) {
            showSelectBus(data, title, model) {
                this.selectBusList = data
                this.selectBusTitle = title
                this.selectBusModel = model