This commit is contained in:
menxipeng
2025-08-05 20:13:15 +08:00
parent 3aaa0d1682
commit a90211c27a
9 changed files with 433 additions and 1081 deletions

View File

@@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 若依管理系统
VUE_APP_TITLE = 音乐APP后台管理系统
# 开发环境配置
ENV = 'development'

View File

@@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 若依管理系统
VUE_APP_TITLE = 音乐APP后台管理系统
# 开发环境配置
ENV = 'development'

View File

@@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 若依管理系统
VUE_APP_TITLE = 音乐APP后台管理系统
BABEL_ENV = production

View File

@@ -1,7 +1,7 @@
{
"name": "ruoyi",
"version": "3.9.0",
"description": "若依管理系统",
"description": "音乐APP后台管理系统",
"author": "若依",
"license": "MIT",
"scripts": {

File diff suppressed because it is too large Load Diff

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 || '音乐APP后台管理系统' // 网页标题
// const baseUrl = 'http://localhost:8080' // 后端接口
// const baseUrl = 'http://60.205.107.210:8080' // 后端接口