@@ -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') }}
- </a-button>
- </div>
-
<a-table row-key="id" :data="dataSource" :columns="columnsFlow" :pagination="pagination" :scroll="{ x: 'auto' }"
@page-change="evChangePage">
@@ -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,