Browse Source

feat:替换域名

Leo 2 years ago
parent
commit
ad21e2ab59

+ 0 - 38
Untitled.ipynb

@@ -1,38 +0,0 @@
-{
- "cells": [
-  {
-   "cell_type": "code",
-   "execution_count": null,
-   "id": "38723e4c-bb59-41a6-90f9-80d251b48f1d",
-   "metadata": {},
-   "outputs": [],
-   "source": [
-    "\n",
-    "sad\n",
-    "asd\n",
-    "sad"
-   ]
-  }
- ],
- "metadata": {
-  "kernelspec": {
-   "display_name": "Python 3 (ipykernel)",
-   "language": "python",
-   "name": "python3"
-  },
-  "language_info": {
-   "codemirror_mode": {
-    "name": "ipython",
-    "version": 3
-   },
-   "file_extension": ".py",
-   "mimetype": "text/x-python",
-   "name": "python",
-   "nbconvert_exporter": "python",
-   "pygments_lexer": "ipython3",
-   "version": "3.8.13"
-  }
- },
- "nbformat": 4,
- "nbformat_minor": 5
-}

+ 2 - 1
packages/filebrowser/src/api/config.ts

@@ -1,5 +1,6 @@
 const config = {
-  endpoint: 'http://192.168.199.107:18082'
+  endpoint: 'http://aihub-dag-test.digitalyili.com'
+  // endpoint: 'http://192.168.199.107:18082'
 };
 
 export default config;

+ 2 - 2
packages/jldbq-extenison/schema/plugin.json

@@ -7,8 +7,8 @@
       "title": "Flask Backend address.",
       "description": "Flask Backend address.",
       "type": "string",
-      "default": "http://192.168.199.107:18082"
+      "default": "http://aihub-dag-test.digitalyili.com"
     }
   },
   "additionalProperties": false
-}
+}

+ 2 - 1
packages/jldbq-extenison/src/api/config.ts

@@ -1,5 +1,6 @@
 const config = {
-  endpoint: 'http://192.168.199.107:18082'
+  endpoint: 'http://aihub-dag-test.digitalyili.com'
+  // endpoint: 'http://192.168.199.107:18082'
 };
 
 export default config;

+ 1 - 1
packages/yili-dag/schema/plugin.json

@@ -7,7 +7,7 @@
       "title": "Flask Backend address.",
       "description": "Flask Backend address.",
       "type": "string",
-      "default": "http://192.168.199.107:18082"
+      "default": "http://aihub-dag-test.digitalyili.com"
     }
   },
   "additionalProperties": false

+ 2 - 1
packages/yili-dag/src/request.ts

@@ -1,7 +1,8 @@
 import axios from 'axios';
 
 const request = axios.create({
-  baseURL: 'http://192.168.199.107:18082',
+  baseURL: 'http://aihub-dag-test.digitalyili.com',
+  // baseURL: 'http://192.168.199.107:18082',
   timeout: 1200000,
   headers: {
     'Content-Type': 'application/json;charset=UTF-8',