Commit a00873ac by liyuhang19990520

重庆测试

parent 81fcf31c
/* /*
* @Author: your name * @Author: your name
* @Date: 2021-06-22 15:23:03 * @Date: 2021-06-22 15:23:03
* @LastEditTime: 2021-09-29 10:04:31 * @LastEditTime: 2021-11-17 18:10:30
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \founder_vue\src\router\index.js * @FilePath: \founder_vue\src\router\index.js
...@@ -12,6 +12,7 @@ import rightContentRoutes from './modules/rightContent.js'; ...@@ -12,6 +12,7 @@ import rightContentRoutes from './modules/rightContent.js';
import shRightContentRoutes from './modules/shceContent'; import shRightContentRoutes from './modules/shceContent';
import hnRightContentRoutes from './modules/hnContent'; import hnRightContentRoutes from './modules/hnContent';
import cqRightContentRoutes from './modules/cqContent'; import cqRightContentRoutes from './modules/cqContent';
import ceshiContentRoutes from './modules/ceshi';
import indexRoutes from "./modules/index"; import indexRoutes from "./modules/index";
// import store from "../store"; // import store from "../store";
// import { getToken } from "../utils/auth"; // import { getToken } from "../utils/auth";
...@@ -41,6 +42,7 @@ const mainRouters = [ ...@@ -41,6 +42,7 @@ const mainRouters = [
shRightContentRoutes, shRightContentRoutes,
hnRightContentRoutes, hnRightContentRoutes,
cqRightContentRoutes, cqRightContentRoutes,
ceshiContentRoutes,
{ {
path: "*", path: "*",
name: "error", name: "error",
......
/*
* @Author: your name
* @Date: 2021-07-20 14:42:16
* @LastEditTime: 2021-11-17 18:12:42
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\router\modules\rightContent.js
*/
import Main from '@/views/ceshi/cqceshi.vue'
export default {
path: "/cqceshi",
name: "cqceshi",
meta: {
title: "重庆测试",
},
component: Main
}
\ No newline at end of file
/* /*
* @Author: your name * @Author: your name
* @Date: 2021-06-20 11:48:40 * @Date: 2021-06-20 11:48:40
* @LastEditTime: 2021-10-22 14:32:13 * @LastEditTime: 2021-11-14 10:59:07
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \control_platform\src\settings.js * @FilePath: \control_platform\src\settings.js
......
...@@ -5722,6 +5722,7 @@ if (false) {(function () { ...@@ -5722,6 +5722,7 @@ if (false) {(function () {
// } // }
}, },
onRGLineClick(lineData, e) { onRGLineClick(lineData, e) {
if (this.onLineClick) { if (this.onLineClick) {
this.onLineClick(lineData, e); this.onLineClick(lineData, e);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment