wangfumin 1 mesiac pred
rodič
commit
b105de4c1e
2 zmenil súbory, kde vykonal 6 pridanie a 4 odobranie
  1. 2 2
      src/api/tagging-style.ts
  2. 4 2
      vite.config.ts

+ 2 - 2
src/api/tagging-style.ts

@@ -125,8 +125,8 @@ export const fetchTaggingStyles = async () => {
   const tree: any = { children: [] };
   genTree(treeData, tree);
   styleTypes.length = 0
-  styleTypes.push(...tree.children)
-  Object.assign(defStyleType, tree.children[tree.children.length - 1])
+  // styleTypes.push(...tree.children)
+  // Object.assign(defStyleType, tree.children[tree.children.length - 1])
   
   console.error('StyleT', styleTypes)
 

+ 4 - 2
vite.config.ts

@@ -7,8 +7,10 @@ import { resolve } from 'path'
 
 // const oss = `https://phx.4dkankan.com/`
 // const ip = `https://phx.4dkankan.com/`
-const oss = `http://192.168.0.125:1804/`
-const ip = `http://192.168.0.125:1804/`
+// const oss = `http://192.168.0.125:1804/`
+// const ip = `http://192.168.0.125:1804/`
+const oss = `https://4dkk.4dage.com/`
+const ip = `https://test-mix3d.4dkankan.com/`
 const proxy = {
   '/offlineData': {
     target: 'http://192.168.0.13:8080/',