diff --git a/.env.development b/.env.development index 302ecd1..97b76e7 100644 --- a/.env.development +++ b/.env.development @@ -1,10 +1,10 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = 智慧仲裁管理系统 # 开发环境配置 ENV = 'development' -# 若依管理系统/开发环境 +# 智慧仲裁管理系统/开发环境 VUE_APP_BASE_API = '/dev-api' # 路由懒加载 diff --git a/.env.production b/.env.production index b4893b0..efa19f8 100644 --- a/.env.production +++ b/.env.production @@ -1,8 +1,8 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = 智慧仲裁管理系统 # 生产环境配置 ENV = 'production' -# 若依管理系统/生产环境 +# 智慧仲裁管理系统/生产环境 VUE_APP_BASE_API = '/prod-api' diff --git a/.env.staging b/.env.staging index 361859f..5fa21b4 100644 --- a/.env.staging +++ b/.env.staging @@ -1,10 +1,10 @@ # 页面标题 -VUE_APP_TITLE = 若依管理系统 +VUE_APP_TITLE = 智慧仲裁管理系统 NODE_ENV = production # 测试环境配置 ENV = 'staging' -# 若依管理系统/测试环境 +# 智慧仲裁管理系统/测试环境 VUE_APP_BASE_API = '/stage-api' diff --git a/package.json b/package.json index 206c59e..c29f5ac 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "ruoyi", "version": "3.8.6", - "description": "若依管理系统", - "author": "若依", + "description": "智慧仲裁管理系统", + "author": "智慧仲裁", "license": "MIT", "scripts": { "dev": "vue-cli-service serve", diff --git a/src/assets/images/pay.png b/src/assets/images/pay.png deleted file mode 100644 index bb8b967..0000000 Binary files a/src/assets/images/pay.png and /dev/null differ diff --git a/src/components/RuoYi/Doc/index.vue b/src/components/RuoYi/Doc/index.vue index 75fa864..d15cd82 100644 --- a/src/components/RuoYi/Doc/index.vue +++ b/src/components/RuoYi/Doc/index.vue @@ -9,7 +9,8 @@ export default { name: 'RuoYiDoc', data() { return { - url: 'http://doc.ruoyi.vip/ruoyi-vue' + // url: 'http://doc.ruoyi.vip/ruoyi-vue' + url: '#' } }, methods: { diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 39b3dad..65bc9d3 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -7,12 +7,7 @@
@@ -945,8 +19,6 @@ export default { name: "Index", data() { return { - // 版本号 - version: "3.8.6" }; }, methods: { diff --git a/src/views/login.vue b/src/views/login.vue index 95cff50..564efa8 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -1,7 +1,7 @@ diff --git a/src/views/payAll/payConfirmation.vue b/src/views/payAll/payConfirmation.vue new file mode 100644 index 0000000..a1ef507 --- /dev/null +++ b/src/views/payAll/payConfirmation.vue @@ -0,0 +1,193 @@ + + + + + \ No newline at end of file diff --git a/src/views/payAll/payList.vue b/src/views/payAll/payList.vue new file mode 100644 index 0000000..c266f70 --- /dev/null +++ b/src/views/payAll/payList.vue @@ -0,0 +1,193 @@ + + + + + \ No newline at end of file diff --git a/src/views/register.vue b/src/views/register.vue index 396d582..d75f3ca 100644 --- a/src/views/register.vue +++ b/src/views/register.vue @@ -1,7 +1,7 @@ diff --git a/vue.config.js b/vue.config.js index e459610..4099d23 100644 --- a/vue.config.js +++ b/vue.config.js @@ -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 || '智慧仲裁管理系统' // 网页标题 const port = process.env.port || process.env.npm_config_port || 80 // 端口 @@ -34,8 +34,10 @@ module.exports = { open: true, proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy + // http://121.40.189.20:9001/ + // http://192.168.3.77:8080 [process.env.VUE_APP_BASE_API]: { - target: `http://192.168.3.77:8080`, + target: `http://121.40.189.20:9001`, changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: ''