File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,6 @@ export class QueryService {
3232 async queryGraphData ( params : IStatement ) {
3333 // 首先保存到历史记录
3434 await this . createStatements ( 'history' , params ) ;
35- const _params = {
36- script : params . script ,
37- language : 'cypher' ,
38- } ;
3935 try {
4036 const response = await fetch ( `${ this . apiBaseUrl } /cypherv2` , {
4137 method : 'POST' ,
Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ export default defineConfig(({ mode }) => {
5252 router : [ 'react-router-dom' ] ,
5353 antd : [ 'antd' ] ,
5454 } ,
55- entryFileNames : 'assets/[name].[hash]. js' ,
56- chunkFileNames : 'assets/[name].[hash]. js' ,
57- assetFileNames : 'assets/[name].[hash].[ ext]' ,
55+ entryFileNames : 'assets/[name].js' ,
56+ chunkFileNames : 'assets/[name].js' ,
57+ assetFileNames : 'assets/[name].[ext]' ,
5858 } ,
5959 // 增大 chunk 大小警告阈值
6060 onwarn ( warning , warn ) {
You can’t perform that action at this time.
0 commit comments