diff --git a/.drone.yml b/.drone.yml index 5fc1986..935b417 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,7 @@ name: development # 常量值 constants: - - &DEVELOPMENT_HOST 10.119.190.12:8000 + - &DEVELOPMENT_HOST 192.168.101.69:8000 - &DEVELOPMENT_CMD - npm config set registry http://registry.npm.taobao.org - npm i diff --git a/.env.development b/.env.development index f8eeb43..77d49e7 100644 --- a/.env.development +++ b/.env.development @@ -1,10 +1,10 @@ VUE_APP_MODE=development VUE_APP_NODE_ENV=development VUE_APP_SCENE=/datang/ -VUE_APP_BASE_URL=http://10.119.190.12:8000 -VUE_APP_API_URL=http://10.119.190.12:8000/datang/v1.0 +VUE_APP_BASE_URL=http://test.tall.wiki +VUE_APP_API_URL=http://test.tall.wiki/datang/v1.0 VUE_APP_PROXY_URL=/datang/v1.0 VUE_APP_PUBLIC_PATH=/datang -VUE_APP_MSG_URL=wss://10.119.190.12:8000/websocket/message/v4.0/ws +VUE_APP_MSG_URL=wss://test.tall.wiki/websocket/message/v4.0/ws VUE_APP_TITLE=大唐 VUE_APP_DESCRIPTION=大唐 diff --git a/.env.production b/.env.production index fc3967c..028ff9b 100644 --- a/.env.production +++ b/.env.production @@ -1,10 +1,10 @@ VUE_APP_MODE=production VUE_APP_NODE_ENV=production -VUE_APP_SCENE=/datang/ +VUE_APP_SCENE=/ VUE_APP_BASE_URL=http://10.119.190.12:8000 -VUE_APP_API_URL=http://10.119.190.12:8000/datang/v1.0 -VUE_APP_PROXY_URL=/datang/v1.0 -VUE_APP_PUBLIC_PATH=/datang -VUE_APP_MSG_URL=wss://10.119.190.12:8000/websocket/message/v4.0/ws +VUE_APP_API_URL=http://10.119.190.12:8000/v1.0 +VUE_APP_PROXY_URL=/v1.0 +VUE_APP_PUBLIC_PATH= +VUE_APP_MSG_URL=wss://192.168.101.69:8000/websocket/message/v4.0/ws VUE_APP_TITLE=大唐 VUE_APP_DESCRIPTION=大唐 diff --git a/dist.zip b/dist.zip new file mode 100644 index 0000000..ca7c39a Binary files /dev/null and b/dist.zip differ diff --git a/src/components/ListPage/ListPage.vue b/src/components/ListPage/ListPage.vue index 22eea6e..1856ef4 100644 --- a/src/components/ListPage/ListPage.vue +++ b/src/components/ListPage/ListPage.vue @@ -1,6 +1,6 @@