lrf 1 år sedan
förälder
incheckning
5c980860ac
2 ändrade filer med 5 tillägg och 5 borttagningar
  1. 3 3
      src/config/config.local.ts
  2. 2 2
      src/config/config.prod.ts

+ 3 - 3
src/config/config.local.ts

@@ -1,12 +1,12 @@
 import { MidwayConfig } from '@midwayjs/core';
 const ip = '127.0.0.1'; //120.48.146.1
-const project = 'vue3js-template-test';
+const project = 'free-label';
 export default {
   // use for cookie sign key, should change to your own and keep security
   keys: '1697684406848_4978',
   koa: {
-    port: 9901,
-    globalPrefix: '/st/api',
+    port: 9700,
+    globalPrefix: '/ts/frame/api',
   },
   swagger: {
     swaggerPath: '/doc/api',

+ 2 - 2
src/config/config.prod.ts

@@ -5,8 +5,8 @@ export default {
   // use for cookie sign key, should change to your own and keep security
   keys: '1697684406848_4978',
   koa: {
-    port: 9901,
-    globalPrefix: '/st/api',
+    port: 9700,
+    globalPrefix: '/ts/frame/api',
   },
   swagger: {
     swaggerPath: '/doc/api',