浏览代码

Merge branch 'master' of http://git.cc-lotus.info/studio_vue3/jcyjdt_studio

YY 2 年之前
父节点
当前提交
fb94c9e11e
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      src/views/center/users/scientist/index.vue
  2. 3 3
      vite.config.ts

+ 1 - 1
src/views/center/users/scientist/index.vue

@@ -5,7 +5,7 @@
         <component :is="partsSearch" :is_search="true" :fields="fields" @search="partSearch">
           <template #status>
             <el-option v-for="i in statusList" :key="i.model" :label="i.dict_label" :value="i.dict_value"></el-option>
-          </template>
+          </template> 
           <!-- <template #unit_phone>
             <el-input v-model="searchForm.unit_phone" placeholder="请输入单位联系电话" clearable size="small"></el-input>
           </template> -->

+ 3 - 3
vite.config.ts

@@ -12,17 +12,17 @@ export default defineConfig({
         target: 'http://basic.waityou24.cn',
       },
       '/jcyjdtglpt/v1/api': {
-        target: 'http://192.168.1.113:13010',
+        target: 'http://192.168.230.1:13010',
         changeOrigin: true,
         ws: false,
       },
       '/semail/api': {
-        target: 'http://192.168.1.113:16001',
+        target: 'http://192.168.230.1:16001',
         changeOrigin: true,
         ws: false,
       },
       '/studioadmin/api': {
-        target: 'http://192.168.1.113:16001',
+        target: 'http://192.168.230.1:16001',
         changeOrigin: true,
         ws: false,
       },