Esse commit está contido em:
朱文强 2023-10-10 16:07:24 +08:00
commit b8b9d9a4b2
9 arquivos alterados com 14 adições e 11 exclusões

Ver arquivo

@ -1,7 +1,7 @@
###
# @Author: Do not edit
# @Date: 2023-08-29 09:40:39
# @LastEditTime: 2023-09-20 14:18:11
# @LastEditTime: 2023-09-27 14:04:02
# @LastEditors: zwq
# @Description:
###
@ -9,7 +9,7 @@
ENV = 'development'
# 页面标题
VUE_APP_TITLE = 芋道管理系统
VUE_APP_TITLE = 爱协林管理系统
# 芋道管理系统/开发环境
VUE_APP_BASE_API = 'http://192.168.1.12:48080'

Ver arquivo

@ -2,7 +2,7 @@
ENV = 'development'
# 页面标题
VUE_APP_TITLE = 芋道管理系统
VUE_APP_TITLE = 爱协林管理系统
# 芋道管理系统/本地环境
VUE_APP_BASE_API = 'http://api-dashboard.yudao.iocoder.cn'

Ver arquivo

@ -2,7 +2,7 @@
ENV = 'production'
# 页面标题
VUE_APP_TITLE = 芋道管理系统
VUE_APP_TITLE = 爱协林管理系统
# 芋道管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'

Ver arquivo

@ -1,7 +1,7 @@
NODE_ENV = production
# 页面标题
VUE_APP_TITLE = 芋道管理系统
VUE_APP_TITLE = 爱协林管理系统
# 测试环境配置
ENV = 'staging'

Ver arquivo

@ -4,7 +4,7 @@ NODE_ENV = development
ENV = 'staging'
# 页面标题
VUE_APP_TITLE = 芋道管理系统
VUE_APP_TITLE = 爱协林管理系统
# 芋道管理系统/测试环境
VUE_APP_BASE_API = 'http://127.0.0.1:48080'

Ver arquivo

@ -1,8 +1,8 @@
{
"name": "yudao-ui-admin",
"version": "1.7.3-snapshot",
"description": "芋道管理系统",
"author": "芋道",
"description": "爱协林管理系统",
"author": "爱协林",
"license": "MIT",
"scripts": {
"local": "vue-cli-service serve --mode local",

Ver arquivo

@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2023-09-22 15:36:40
* @LastEditors: zwq
* @LastEditTime: 2023-09-25 14:09:31
* @LastEditTime: 2023-09-26 16:00:17
* @Description:
-->
<template>
@ -38,7 +38,7 @@ export default {
<style scoped>
.tableInner >>> .el-input__inner {
color: #409EFF;
border: 1px gray solid;
border: 1px rgb(232, 231, 231) solid;
padding: 0;
text-align: center;
height: 30px;

Ver arquivo

@ -132,6 +132,9 @@ export default {
created() {
this.getList();
},
activated() {
this.getList();
},
methods: {
/** 查询列表 */
getList() {

Ver arquivo

@ -8,7 +8,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 // 端口