提交 1bb245fa authored 作者: 林国禄's avatar 林国禄

初始化

上级 5e886590
# 开发环境配置
ENV = 'development'
# 若依管理系统/开发环境
# 社调管理系统/开发环境
VUE_APP_BASE_API = '/dev-api'
# 路由懒加载
......
# 生产环境配置
ENV = 'production'
# 若依管理系统/生产环境(配置访问nginx后端项目名)
# 社调管理系统/生产环境(配置访问nginx后端项目名)
VUE_APP_BASE_API = '/investigation'
......@@ -3,5 +3,5 @@ NODE_ENV = production
# 测试环境配置
ENV = 'staging'
# 若依管理系统/测试环境
# 社调管理系统/测试环境
VUE_APP_BASE_API = '/stage-api'
{
"name": "ruoyi",
"version": "3.2.0",
"description": "若依管理系统",
"author": "若依",
"description": "社调管理系统",
"author": "社调",
"license": "MIT",
"scripts": {
"dev": "vue-cli-service serve",
......
......@@ -26,7 +26,7 @@ export default {
},
data() {
return {
title: '若依管理系统',
title: '社调管理系统',
logo: logoImg
}
}
......
module.exports = {
title: '若依管理系统',
title: '社调管理系统',
/**
* 是否系统布局配置
......
<template>
<div class="login">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
<h3 class="title">若依后台管理系统</h3>
<h3 class="title">社调后台管理系统</h3>
<el-form-item prop="username">
<el-input v-model="loginForm.username" type="text" auto-complete="off" placeholder="账号">
<svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" />
......
......@@ -6,7 +6,7 @@ function resolve(dir) {
return path.join(__dirname, dir)
}
const name = defaultSettings.title || '若依管理系统' // 标题
const name = defaultSettings.title || '社调管理系统' // 标题
const port = process.env.port || process.env.npm_config_port || 80 // 端口
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论