Compare commits
3 Commits
5822212970
...
e7e8ec49e2
Author | SHA1 | Date | |
---|---|---|---|
e7e8ec49e2 | |||
05e131ecbe | |||
55cf233192 |
@ -2,7 +2,7 @@
|
|||||||
* @Author: Kane
|
* @Author: Kane
|
||||||
* @Date: 2023-02-04 11:38:32
|
* @Date: 2023-02-04 11:38:32
|
||||||
* @LastEditors: Kane
|
* @LastEditors: Kane
|
||||||
* @LastEditTime: 2023-02-04 14:17:26
|
* @LastEditTime: 2023-02-17 10:52:40
|
||||||
* @FilePath: /后端-需求/src/main/java/com/cpic/xim/utils/db/RequirementDbOperation.java
|
* @FilePath: /后端-需求/src/main/java/com/cpic/xim/utils/db/RequirementDbOperation.java
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
@ -20,7 +20,7 @@ import com.cpic.xim.data.RequirementStatus;
|
|||||||
|
|
||||||
public final class RequirementDbOperation
|
public final class RequirementDbOperation
|
||||||
{
|
{
|
||||||
private static final String MYSQL_JDBC_CONNECT = "jdbc:mysql://192.168.1.14:3306";
|
private static final String MYSQL_JDBC_CONNECT = "jdbc:mysql://10.39.0.85:3306";
|
||||||
private static final String MYSQL_CLASS_DRIVER = "com.mysql.cj.jdbc.Driver";
|
private static final String MYSQL_CLASS_DRIVER = "com.mysql.cj.jdbc.Driver";
|
||||||
|
|
||||||
/*****************************************************
|
/*****************************************************
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
* @Author: Kane
|
* @Author: Kane
|
||||||
* @Date: 2022-12-14 15:12:46
|
* @Date: 2022-12-14 15:12:46
|
||||||
* @LastEditors: Kane
|
* @LastEditors: Kane
|
||||||
* @LastEditTime: 2023-02-03 18:53:11
|
* @LastEditTime: 2023-02-15 09:34:25
|
||||||
* @FilePath: \IT工具综合平台\src\App.vue
|
* @FilePath: /IT工具综合平台/src/App.vue
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
||||||
@ -24,7 +24,7 @@ export default {
|
|||||||
{
|
{
|
||||||
const locale = zhCn;
|
const locale = zhCn;
|
||||||
|
|
||||||
return { locale };
|
return { locale, };
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
// HelloWorld,
|
// HelloWorld,
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* @Author: Kane
|
* @Author: Kane
|
||||||
* @Date: 2022-12-14 15:12:46
|
* @Date: 2022-12-14 15:12:46
|
||||||
* @LastEditors: Kane
|
* @LastEditors: Kane
|
||||||
* @LastEditTime: 2023-02-14 23:08:57
|
* @LastEditTime: 2023-02-17 13:11:43
|
||||||
* @FilePath: /IT工具综合平台/src/main.js
|
* @FilePath: /IT工具综合平台/src/main.js
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
@ -39,5 +39,5 @@ for (const [key, component,] of Object.entries(ElementPlusIconsVue))
|
|||||||
app.use(ElementPlus);
|
app.use(ElementPlus);
|
||||||
app.use(store);
|
app.use(store);
|
||||||
app.use(router);
|
app.use(router);
|
||||||
app.use( global );
|
app.use(global);
|
||||||
app.mount('#app');
|
app.mount('#app');
|
Loading…
x
Reference in New Issue
Block a user