feat: 添加转发量列并更新本地API地址
- 在jnh页面表格中添加转发量(shareCount)列 - 将开发环境API地址切换为本地localhost地址
This commit is contained in:
parent
69ace4cece
commit
308e74d37f
|
|
@ -3,11 +3,11 @@ ENV = development
|
||||||
|
|
||||||
# 本地环境接口地址
|
# 本地环境接口地址
|
||||||
# VITE_API_URL = http://4155gf93ll13.vicp.fun/admin
|
# 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 = https://cankao.cs.com.cn/admin
|
||||||
# VITE_API_URL = http://127.0.0.1:13579/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
|
# VITE_API_URL = /api
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,7 @@
|
||||||
<el-table-column prop="department" label="部门" align="center" />
|
<el-table-column prop="department" label="部门" align="center" />
|
||||||
<el-table-column prop="createTime" label="创建时间" align="center" />
|
<el-table-column prop="createTime" label="创建时间" align="center" />
|
||||||
<el-table-column prop="updateTime" 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">
|
<el-table-column prop="status" label="账号状态" align="center">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue