This commit is contained in:
朱文强 2023-10-10 16:07:24 +08:00
parent ede03914fc
commit b8b9d9a4b2
9 changed files with 14 additions and 11 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -8,7 +8,7 @@ function resolve(dir) {
const CompressionPlugin = require('compression-webpack-plugin') 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 // 端口 const port = process.env.port || process.env.npm_config_port || 80 // 端口