@@ -1,10 +1,10 @@
# 页面标题
-VUE_APP_TITLE = 算网全流程平台
+VUE_APP_TITLE = 黑龙江运行保障能力
# 开发环境配置
ENV = 'development'
-# 算网全流程平台/开发环境
+# 黑龙江运行保障能力/开发环境
# VUE_APP_BASE_API = '/dev-api'
VUE_APP_BASE_API = ''
@@ -1,8 +1,8 @@
# 生产环境配置
ENV = 'production'
-# 算网全流程平台/生产环境
+# 黑龙江运行保障能力/生产环境
VUE_APP_BASE_API = '/prod-api'
@@ -1,5 +1,5 @@
BABEL_ENV = production
@@ -8,5 +8,5 @@ NODE_ENV = production
# 测试环境配置
ENV = 'staging'
-# 算网全流程平台/测试环境
+# 黑龙江运行保障能力/测试环境
VUE_APP_BASE_API = '/stage-api'
@@ -1,7 +1,7 @@
{
"name": "ruoyi",
"version": "3.9.1",
- "description": "算网全流程平台",
+ "description": "黑龙江运行保障能力",
"author": "若依",
"license": "MIT",
"scripts": {
@@ -69,7 +69,7 @@ export const constantRoutes = [
path: '/home',
component: Layout,
- meta: { title: '算网全流程平台', icon: 'dashboard', affix: true },
+ meta: { title: '黑龙江运行保障能力', icon: 'dashboard', affix: true },
children: [
// {
// path: 'index',
@@ -74,7 +74,7 @@ export const constantRoutes = [
meta: { title: '商机运营', icon: 'dashboard', affix: true },
},
- path: 'details',
+ path: 'bizoppdetails',
component: () => import('@/views/bizoppmanage/details'),
name: 'BizOppDetails',
hidden: true,
@@ -245,7 +245,7 @@ export default {
// 查看详情
handleDetail(row) {
this.$router.push({
- path: '/bizoppdetails',
+ path: '/bizoppmanage/bizoppdetails',
query: {
id: row.id
}
@@ -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 baseUrl = 'http://10.130.22.73:1090/' // 后端接口
// const baseUrl = 'http://10.64.12.216:12321' // 后端接口