Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
bieyuan
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2023-08-24 16:07:36 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1f120524239e228a1fbbaaf8ff0ff8c2af68696b
1f120524
1 parent
5ac2f1dd
编译更新fix
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
13 deletions
.env
.env.production
.gitignore
components.d.ts
publish.sh
.env
View file @
1f12052
...
...
@@ -8,7 +8,7 @@ VITE_PROXY_TARGET = https://oa.onwall.cn
VITE_PROXY_PREFIX = /srv/
# 打包输出文件夹名称
VITE_OUTDIR =
front
VITE_OUTDIR =
bieyuan
# 是否开启调试
VITE_CONSOLE = 0
...
...
.env.production
View file @
1f12052
###
# @Date: 2023-08-24 15:30:45
# @LastEditors: hookehuyr hookehuyr@gmail.com
# @LastEditTime: 2023-08-24 16:02:52
# @FilePath: /bieyuan/.env.production
# @Description: 文件描述
###
# 资源公共路径
VITE_BASE = /f/bieyuan/
front/
VITE_BASE = /f/bieyuan/
# 测试open-id
VITE_APP_OPENID =
...
...
.gitignore
View file @
1f12052
...
...
@@ -13,3 +13,4 @@ src/test/mocha/test.js
cypress.json
src/test
.idea
bieyuan
...
...
components.d.ts
View file @
1f12052
...
...
@@ -7,25 +7,15 @@ export {}
declare
module
'@vue/runtime-core'
{
export
interface
GlobalComponents
{
MyComponent
:
typeof
import
(
'./src/components/SignField/MyComponent.vue'
)[
'default'
]
RouterLink
:
typeof
import
(
'vue-router'
)[
'RouterLink'
]
RouterView
:
typeof
import
(
'vue-router'
)[
'RouterView'
]
SignField
:
typeof
import
(
'./src/components/SignField/index.vue'
)[
'default'
]
VanButton
:
typeof
import
(
'vant/es'
)[
'Button'
]
VanCalendar
:
typeof
import
(
'vant/es'
)[
'Calendar'
]
VanCellGroup
:
typeof
import
(
'vant/es'
)[
'CellGroup'
]
VanCheckbox
:
typeof
import
(
'vant/es'
)[
'Checkbox'
]
VanCheckboxGroup
:
typeof
import
(
'vant/es'
)[
'CheckboxGroup'
]
VanCol
:
typeof
import
(
'vant/es'
)[
'Col'
]
VanConfigProvider
:
typeof
import
(
'vant/es'
)[
'ConfigProvider'
]
VanDialog
:
typeof
import
(
'vant/es'
)[
'Dialog'
]
VanDivider
:
typeof
import
(
'vant/es'
)[
'Divider'
]
VanField
:
typeof
import
(
'vant/es'
)[
'Field'
]
VanForm
:
typeof
import
(
'vant/es'
)[
'Form'
]
VanIcon
:
typeof
import
(
'vant/es'
)[
'Icon'
]
VanImage
:
typeof
import
(
'vant/es'
)[
'Image'
]
VanLoading
:
typeof
import
(
'vant/es'
)[
'Loading'
]
VanOverlay
:
typeof
import
(
'vant/es'
)[
'Overlay'
]
VanRadio
:
typeof
import
(
'vant/es'
)[
'Radio'
]
VanRadioGroup
:
typeof
import
(
'vant/es'
)[
'RadioGroup'
]
VanRow
:
typeof
import
(
'vant/es'
)[
'Row'
]
...
...
publish.sh
View file @
1f12052
...
...
@@ -37,4 +37,4 @@ git commit -m '前端网页更新'
git push
# 更新SSH服务器上文件
# ssh -p 22 itomix@ipadbiz.cn 'cd /opt/expert && git pull origin expert_test
'
ssh -p 22 itomix@ipadbiz.cn
'cd /opt/space-dev/ && git pull origin develop
'
...
...
Please
register
or
login
to post a comment