列表标题
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
liukang 2025-02-21 15:54:30 +08:00
parent 8cd056e052
commit a7398d9064
9 changed files with 30 additions and 30 deletions

View File

@ -4,7 +4,7 @@ VUE_APP_TITLE = 代申
# 开发环境配置
ENV = 'development'
# 若依管理系统/开发环境
# 抢票管理系统/开发环境
VUE_APP_BASE_API = '/dev-api'
# 路由懒加载

View File

@ -4,6 +4,6 @@ VUE_APP_TITLE = 代申
# 生产环境配置
ENV = 'production'
# 若依管理系统/生产环境
# 抢票管理系统/生产环境
VUE_APP_BASE_API = '/weverse-prod-api'
VUE_APP_VITE_BASE_PATH = '/weverse/'

View File

@ -8,6 +8,6 @@ NODE_ENV = production
# 测试环境配置
ENV = 'staging'
# 若依管理系统/测试环境
# 抢票管理系统/测试环境
VUE_APP_BASE_API = '/weverse-stage-api'
VUE_APP_VITE_BASE_PATH = '/weverse/'

View File

@ -1,8 +1,8 @@
{
"name": "ruoyi",
"version": "3.8.9",
"description": "若依管理系统",
"author": "若依",
"description": "抢票管理系统",
"author": "抢票",
"license": "MIT",
"scripts": {
"dev": "vue-cli-service serve",

View File

@ -10,7 +10,7 @@
<!-- </el-row>-->
<!-- <el-row :gutter="20">-->
<!-- <el-col :sm="24" :lg="12" style="padding-left: 20px">-->
<!-- <h2>若依后台管理框架</h2>-->
<!-- <h2>抢票后台管理框架</h2>-->
<!-- <p>-->
<!-- 一直想做一款后台管理系统看了很多优秀的开源项目但是发现没有合适自己的于是利用空闲休息时间开始自己写一套后台系统如此有了若依管理系统她可以用于所有的Web应用程序如网站管理后台网站会员中心CMSCRMOA等等当然您也可以对她进行深度定制以做出更强系统所有前端后台代码封装过后十分精简易上手出错概率低同时支持移动客户端访问系统会陆续更新一些实用功能-->
<!-- </p>-->

View File

@ -1,7 +1,7 @@
<template>
<div class="register">
<el-form ref="registerForm" :model="registerForm" :rules="registerRules" class="register-form">
<h3 class="title">若依后台管理系统</h3>
<h3 class="title">抢票后台管理系统</h3>
<el-form-item prop="username">
<el-input v-model="registerForm.username" type="text" auto-complete="off" placeholder="账号">
<svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" />

View File

@ -63,9 +63,9 @@
<el-table-column label="id" align="center" prop="id"/>
<el-table-column label="演出" align="center" prop="perform">
<template slot-scope="scope">
{{ scope.row.perform.name }}
{{ scope.row.name }}
<br>
{{ scope.row.perform.startTime }}
{{ scope.row.startTime }}
</template>
</el-table-column>
<el-table-column label="weverse账号" align="center" prop="weverseEmail"/>

View File

@ -57,18 +57,18 @@
>修改
</el-button>
</el-col>
<el-col :span="1.5">
<el-button
type="danger"
plain
icon="el-icon-delete"
size="mini"
:disabled="multiple"
@click="handleDelete"
v-hasPermi="['system:perform:remove']"
>删除
</el-button>
</el-col>
<!-- <el-col :span="1.5">-->
<!-- <el-button-->
<!-- type="danger"-->
<!-- plain-->
<!-- icon="el-icon-delete"-->
<!-- size="mini"-->
<!-- :disabled="multiple"-->
<!-- @click="handleDelete"-->
<!-- v-hasPermi="['system:perform:remove']"-->
<!-- >删除-->
<!-- </el-button>-->
<!-- </el-col>-->
<el-col :span="1.5">
<el-button
type="warning"
@ -110,14 +110,14 @@
>修改
</el-button>
<el-button
size="mini"
type="text"
icon="el-icon-delete"
@click="copyRow(scope.row)"
v-hasPermi="['system:perform:remove']"
>删除
</el-button>
<!-- <el-button-->
<!-- size="mini"-->
<!-- type="text"-->
<!-- icon="el-icon-delete"-->
<!-- @click="handleDelete(scope.row)"-->
<!-- v-hasPermi="['system:perform:remove']"-->
<!-- >删除-->
<!-- </el-button>-->
<el-button
size="mini"

View File

@ -7,7 +7,7 @@ function resolve(dir) {
const CompressionPlugin = require('compression-webpack-plugin')
const name = process.env.VUE_APP_TITLE || '若依管理系统' // 网页标题
const name = process.env.VUE_APP_TITLE || '抢票管理系统' // 网页标题
const port = process.env.port || process.env.npm_config_port || 80 // 端口