master
星期八 4 years ago
parent f6d967b295
commit d7af68bf5d
  1. 2
      .env.production
  2. 6
      package.json
  3. 2
      src/settings.js

@ -1,5 +1,5 @@
# 生产环境配置
ENV = 'production'
# 若依管理系统/生产环境
# ii2m管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'

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

@ -1,5 +1,5 @@
module.exports = {
title: '若依管理系统',
title: 'ii2m管理系统',
/**
* 侧边栏主题 深色主题theme-dark浅色主题theme-light

Loading…
Cancel
Save