Compare commits

..

No commits in common. "dev" and "master" have entirely different histories.
dev ... master

3 changed files with 2 additions and 8 deletions

View File

@ -3,11 +3,11 @@ ENV = development
# 本地环境接口地址
# VITE_API_URL = http://4155gf93ll13.vicp.fun/admin
VITE_API_URL = http://localhost:13579/admin
# VITE_API_URL = http://localhost:13579/admin
# VITE_API_URL = https://cankao.cs.com.cn/admin
# VITE_API_URL = http://127.0.0.1:13579/admin
# VITE_API_URL = http://123.60.153.169:8040/admin
VITE_API_URL = http://123.60.153.169:8040/admin
# VITE_API_URL = /api

View File

@ -40,7 +40,6 @@
<el-table-column prop="department" label="部门" align="center" />
<el-table-column prop="createTime" label="创建时间" align="center" />
<el-table-column prop="updateTime" label="更新时间" align="center" />
<el-table-column prop="shareCount" label="转发量" align="center" />
<el-table-column prop="status" label="账号状态" align="center">
<template #default="scope">

View File

@ -484,11 +484,6 @@
<el-dropdown-menu>
<el-dropdown-item :command="null">全部</el-dropdown-item>
<el-dropdown-item :command="0">无评分</el-dropdown-item>
<el-dropdown-item :command="10">10</el-dropdown-item>
<el-dropdown-item :command="9">9</el-dropdown-item>
<el-dropdown-item :command="8">8</el-dropdown-item>
<el-dropdown-item :command="7">7</el-dropdown-item>
<el-dropdown-item :command="6">6</el-dropdown-item>
<el-dropdown-item :command="5">5</el-dropdown-item>
<el-dropdown-item :command="4">4</el-dropdown-item>
<el-dropdown-item :command="3">3</el-dropdown-item>