MG 1 жил өмнө
parent
commit
b0ead3f8c9

+ 1 - 0
yxgb-admin-midway/lock/base.sql.lock

@@ -0,0 +1 @@
+time consuming:0s

+ 1 - 0
yxgb-admin-midway/lock/dict.sql.lock

@@ -0,0 +1 @@
+time consuming:0s

+ 1 - 0
yxgb-admin-midway/lock/recycle.sql.lock

@@ -0,0 +1 @@
+time consuming:0s

+ 1 - 0
yxgb-admin-midway/lock/space.sql.lock

@@ -0,0 +1 @@
+time consuming:0s

+ 1 - 0
yxgb-admin-midway/lock/task.sql.lock

@@ -0,0 +1 @@
+time consuming:0s

+ 1 - 1
yxgb-admin-midway/package.json

@@ -60,7 +60,7 @@
     "node": ">=12.0.0"
   },
   "scripts": {
-    "start": "cross-env NODE_ENV=prod pm2 start ./bootstrap.js --name midway_lh_jh -i 1",
+    "start": "cross-env NODE_ENV=prod pm2 start ./bootstrap.js --name midway_yx_gb -i 1",
     "start_single": "cross-env NODE_ENV=production node ./bootstrap.js",
     "dev": "cross-env && cross-env NODE_ENV=local TS_NODE_TYPE_CHECK=false TS_NODE_TRANSPILE_ONLY=true midway-bin dev --ts",
     "test": "midway-bin test --ts",

+ 2 - 2
yxgb-admin-midway/src/config/config.default.ts

@@ -6,7 +6,7 @@ export default {
   // use for cookie sign key, should change to your own and keep security
   keys: 'jt-admin for node',
   koa: {
-    port: 8089,
+    port: 8093,
   },
   // 模板渲染
   view: {
@@ -32,7 +32,7 @@ export default {
       // 上传模式 本地上传或云存储
       mode: MODETYPE.LOCAL,
       // 本地上传 文件地址前缀
-      domain: 'http://218.59.194.82:13189',
+      domain: 'http://218.59.194.82:13193',
     },
   } as CoolConfig,
 } as MidwayConfig;

+ 1 - 1
yxgb-admin-midway/src/config/config.local.ts

@@ -18,7 +18,7 @@ export default {
         // database: 'jtcrl',
         username: 'postgres',
         password: 'postgres!23',
-        database: 'lh_jh',
+        database: 'yx_gb',
         // 自动建表 注意:线上部署的时候不要使用,有可能导致数据丢失
         synchronize: true,
         // 打印日志

+ 1 - 1
yxgb-admin-midway/src/config/config.prod.ts

@@ -14,7 +14,7 @@ export default {
         port: 5432,
         username: 'postgres',
         password: 'postgres!23',
-        database: 'lh_jh',
+        database: 'yx_gb',
         // 自动建表 注意:线上部署的时候不要使用,有可能导致数据丢失
         synchronize: false,
         // 打印日志

+ 1 - 1
yxgb-admin-midway/view/testview.html

@@ -129,7 +129,7 @@
       type: 'get',
       // url: 'http://218.59.194.82:13189/getTableList',
       // url: 'http://10.88.77.134:8085/getTableList',
-      url: 'http://10.88.88.150:8089/getTableList',
+      url: 'http://127.0.0.1:8093/getTableList',
       data: dataParameters,
       success: function (temp) {
         try {

BIN
yxgb-admin-vue/dist.zip


+ 1 - 1
yxgb-admin-vue/src/cool/config/prod.ts

@@ -5,5 +5,5 @@ export default {
 	host: proxy["/prod/"].target,
 
 	// 请求地址
-	baseUrl: "/lhyt-api"
+	baseUrl: "/yxgb-api"
 };

+ 3 - 3
yxgb-admin-vue/src/cool/config/proxy.ts

@@ -1,13 +1,13 @@
 export const proxy = {
 	"/dev/": {
-		target: "http://127.0.0.1:8089",
+		target: "http://127.0.0.1:8093",
 		changeOrigin: true,
 		rewrite: (path: string) => path.replace(/^\/dev/, "")
 	},
 
 	"/prod/": {
-		target: "http://10.88.77.131:8089",
+		target: "http://10.88.77.131:8093",
 		changeOrigin: true,
-		rewrite: (path: string) => path.replace(/^\/prod/, "/lhyt-api")
+		rewrite: (path: string) => path.replace(/^\/prod/, "/yxgb-api")
 	}
 };

Файлын зөрүү хэтэрхий том тул дарагдсан байна
+ 0 - 0
yxgb-admin-vue/stats.html


Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно