diff --git a/CatmDogd-Mall-Front-test/.env.development b/CatmDogd-Mall-Front-test/.env.development index 4b3df53..ed9f787 100644 --- a/CatmDogd-Mall-Front-test/.env.development +++ b/CatmDogd-Mall-Front-test/.env.development @@ -6,7 +6,7 @@ ENV = 'development' # 若依管理系统/开发环境 https://pet-admin.hhlm1688.com/api #VUE_APP_BASE_API = 'https://pet-admin.hhlm1688.com/api/prod-api' -VUE_APP_BASE_API = 'http://localhost:8001' +VUE_APP_BASE_API = 'http://localhost:8081/prod-api' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/CatmDogd-Mall-Front-test/src/views/model/AppUsers/index.vue b/CatmDogd-Mall-Front-test/src/views/model/AppUsers/index.vue index beb8317..ef9dac8 100644 --- a/CatmDogd-Mall-Front-test/src/views/model/AppUsers/index.vue +++ b/CatmDogd-Mall-Front-test/src/views/model/AppUsers/index.vue @@ -75,11 +75,30 @@ placeholder="选择过期时间"> - - 搜索 - 重置 + + + + + + + 搜索 + 重置 + {{showMoreCondition ? '收起条件' : '展开条件'}} + @@ -90,7 +109,7 @@ icon="el-icon-plus" size="mini" @click="handleAdd" - v-hasPermi="['model:AppUsers:add']" + v-hasPermi="['model:appUsers:add']" >新增 @@ -101,7 +120,7 @@ size="mini" :disabled="single" @click="handleUpdate" - v-hasPermi="['model:AppUsers:edit']" + v-hasPermi="['model:appUsers:edit']" >修改 @@ -112,7 +131,7 @@ size="mini" :disabled="multiple" @click="handleDelete" - v-hasPermi="['model:AppUsers:remove']" + v-hasPermi="['model:appUsers:remove']" >删除 @@ -123,13 +142,13 @@ size="mini" :loading="exportLoading" @click="handleExport" - v-hasPermi="['model:AppUsers:export']" + v-hasPermi="['model:appUsers:export']" >导出 - + @@ -145,9 +164,11 @@ + + @@ -176,7 +197,7 @@ @pagination="getList" /> - + @@ -217,12 +238,18 @@ + v-model="form.expireTime" + type="datetime" + value-format="yyyy-MM-dd HH:mm:ss" + placeholder="选择过期时间"> + + + + + +