diff --git a/src/views/Tools/Cards/List.vue b/src/views/Tools/Cards/List.vue index 5af6b9e..a4bbe24 100644 --- a/src/views/Tools/Cards/List.vue +++ b/src/views/Tools/Cards/List.vue @@ -1,210 +1,240 @@ - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - 搜索 - 重置 - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 搜索 + 重置 + + + - - - - 获取卡密 - - + + + + 获取卡密 + + - - - - - - - - {{ getCardTypeText(row.cardType) }} - - - - - {{ getStatusText(row.status) }} - - - - - {{ row.faceValue }}元 - - - - - {{ row.balance }}元 - - - - - {{ row.effectiveDays }}天 - - - - - {{ formatDateTime(row.activateTime) }} - - - - - {{ formatDateTime(row.expireTime) }} - - - - - {{ formatDateTime(row.useTime) }} - - - - - - 删除 - 停用 - 启用 - - - + + + + + + + + {{ getCardTypeText(row.cardType) }} + + + + + {{ getStatusText(row.status) }} + + + + + {{ row.faceValue }}元 + + + + + {{ row.balance }}元 + + + + + {{ row.effectiveDays }}天 + + + + + {{ formatDateTime(row.activateTime) }} + + + + + {{ formatDateTime(row.expireTime) }} + + + + + {{ formatDateTime(row.useTime) }} + + + + + + 删除 + + 停用 + + 启用 + + + + - - - - + + + + - - - - 您的卡密为: - - - + + + + 您的卡密为: + + + 关闭 复制 - - + + - - - - - - - 天 - - - - - - - + + + + + + + + + + + + + 天 + + + + + + + 取消 提交 - - - + + + \ No newline at end of file diff --git a/vite.config.mjs b/vite.config.mjs index 0c949fd..374d365 100644 --- a/vite.config.mjs +++ b/vite.config.mjs @@ -45,8 +45,8 @@ export default defineConfig({ server: { proxy: { '/api': { - target: 'http://127.0.0.1:8089', - // target: 'http://146.56.227.42:8089', + // target: 'http://127.0.0.1:8089', + target: 'http://146.56.227.42:8089', changeOrigin: true, rewrite: (path) => path.replace(/^\/api/,''), // 如需处理WebSocket
您的卡密为: