Bläddra i källkod

删除操作记录增加流量池按钮

wxy 3 månader sedan
förälder
incheckning
aadfbd22ef
2 ändrade filer med 2 tillägg och 13 borttagningar
  1. 0 11
      src/views/OperationRecord/FlowpoolRecord/index.vue
  2. 2 2
      vite.config.js

+ 0 - 11
src/views/OperationRecord/FlowpoolRecord/index.vue

@@ -6,17 +6,6 @@
       <Search :SearchForm="SearchFormList" @query="intData" @reset="reset"></Search>
     </div>
 
-    <div class="audit-btn">
-      <a-button @click="dictShowModel(1, null)" type="text" v-if="role == 1">
-        <template #icon>
-          <icon-plus-circle />
-        </template>
-        <template #default>
-          {{ $t('form.Add') }}
-        </template>
-      </a-button>
-    </div>
-
     <a-table row-key="id" :data="dataSource" :columns="columnsFlow" :pagination="pagination" :scroll="{ x: 'auto' }"
       @page-change="evChangePage">
 

+ 2 - 2
vite.config.js

@@ -61,9 +61,9 @@ export default defineConfig({
         hmr: true,
         proxy: {
             "/api": {
-                // target: "http://sim.nanodreamtech.com",
+                target: "http://sim.nanodreamtech.com",
                 // target: "http://127.0.0.1:3001",
-                target: "http://sim.ainets.net",
+                // target: "http://sim.ainets.net",
                 changeOrigin: true,
                 ws: true,
                 secure: true,