hookehuyr

编译更新fix

......@@ -8,7 +8,7 @@ VITE_PROXY_TARGET = https://oa.onwall.cn
VITE_PROXY_PREFIX = /srv/
# 打包输出文件夹名称
VITE_OUTDIR = front
VITE_OUTDIR = bieyuan
# 是否开启调试
VITE_CONSOLE = 0
......
###
# @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 =
......
......@@ -13,3 +13,4 @@ src/test/mocha/test.js
cypress.json
src/test
.idea
bieyuan
......
......@@ -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']
......
......@@ -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'
......