diff --git a/fuintAdmin/.env.development b/fuintAdmin/.env.development index eb8a642a0..d521d666a 100644 --- a/fuintAdmin/.env.development +++ b/fuintAdmin/.env.development @@ -11,6 +11,5 @@ VUE_APP_BASE_API = '/dev-api' VUE_APP_PUBLIC_PATH = '/' # 后端接口地址 -VUE_APP_SERVER_URL = 'http://192.168.0.138:8080/' +VUE_APP_SERVER_URL = 'http://192.168.0.121:8080/' -# http://192.168.1.6:8008/ diff --git a/fuintAdmin/.env.production b/fuintAdmin/.env.production index 90bc2956b..c3a1ccc9a 100644 --- a/fuintAdmin/.env.production +++ b/fuintAdmin/.env.production @@ -11,4 +11,4 @@ VUE_APP_BASE_API = '/fuint-application/' VUE_APP_PUBLIC_PATH = '/fuintAdmin/' # 后端接口地址 -VUE_APP_SERVER_URL = 'http://192.168.1.5:8080/' +VUE_APP_SERVER_URL = 'https://www.tuofeng.cc/oilAdmin/' diff --git a/fuintAdmin/.env.staging b/fuintAdmin/.env.staging index dbd3232c0..859915866 100644 --- a/fuintAdmin/.env.staging +++ b/fuintAdmin/.env.staging @@ -11,4 +11,4 @@ VUE_APP_BASE_API = '/stage-api' VUE_APP_PUBLIC_PATH = '/' # 后端接口地址 -VUE_APP_SERVER_URL = 'http://192.168.1.5:8080/' +VUE_APP_SERVER_URL = 'http://192.168.0.121:8080/' diff --git a/fuintAdmin/src/views/convenienceStore/goodsFile.vue b/fuintAdmin/src/views/convenienceStore/goodsFile.vue index a3bd52308..b9b989381 100644 --- a/fuintAdmin/src/views/convenienceStore/goodsFile.vue +++ b/fuintAdmin/src/views/convenienceStore/goodsFile.vue @@ -283,7 +283,7 @@ style="width: 94%" v-model="supplier" :fetch-suggestions="querySearch" - placeholder="供应商名称" + placeholder="供应商名称,如果是未添加的供应商,输完名称点回车即自动添加" @change="addSupplier" @select="selectSupplier"> - - - + + + + +