Przeglądaj źródła

#fix 商机详情404问题

jc-wangyt 3 tygodni temu
rodzic
commit
91c3ecd8f4

+ 2 - 2
.env.development

@@ -1,10 +1,10 @@
 # 页面标题
-VUE_APP_TITLE = 算网全流程平台
+VUE_APP_TITLE = 黑龙江运行保障能力
 
 # 开发环境配置
 ENV = 'development'
 
-# 算网全流程平台/开发环境
+# 黑龙江运行保障能力/开发环境
 # VUE_APP_BASE_API = '/dev-api'
 VUE_APP_BASE_API = ''
 

+ 2 - 2
.env.production

@@ -1,8 +1,8 @@
 # 页面标题
-VUE_APP_TITLE = 算网全流程平台
+VUE_APP_TITLE = 黑龙江运行保障能力
 
 # 生产环境配置
 ENV = 'production'
 
-# 算网全流程平台/生产环境
+# 黑龙江运行保障能力/生产环境
 VUE_APP_BASE_API = '/prod-api'

+ 2 - 2
.env.staging

@@ -1,5 +1,5 @@
 # 页面标题
-VUE_APP_TITLE = 算网全流程平台
+VUE_APP_TITLE = 黑龙江运行保障能力
 
 BABEL_ENV = production
 
@@ -8,5 +8,5 @@ NODE_ENV = production
 # 测试环境配置
 ENV = 'staging'
 
-# 算网全流程平台/测试环境
+# 黑龙江运行保障能力/测试环境
 VUE_APP_BASE_API = '/stage-api'

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "ruoyi",
   "version": "3.9.1",
-  "description": "算网全流程平台",
+  "description": "黑龙江运行保障能力",
   "author": "若依",
   "license": "MIT",
   "scripts": {

+ 1 - 1
src/router/index copy.js

@@ -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',

+ 1 - 1
src/router/index.js

@@ -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,

+ 1 - 1
src/views/bizoppmanage/index.vue

@@ -245,7 +245,7 @@ export default {
     // 查看详情
     handleDetail(row) {
       this.$router.push({
-        path: '/bizoppdetails',
+        path: '/bizoppmanage/bizoppdetails',
         query: {
           id: row.id
         }

+ 1 - 1
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 baseUrl = 'http://10.130.22.73:1090/' // 后端接口
 // const baseUrl = 'http://10.64.12.216:12321' // 后端接口