hookehuyr

编译更新fix

...@@ -8,7 +8,7 @@ VITE_PROXY_TARGET = https://oa.onwall.cn ...@@ -8,7 +8,7 @@ VITE_PROXY_TARGET = https://oa.onwall.cn
8 VITE_PROXY_PREFIX = /srv/ 8 VITE_PROXY_PREFIX = /srv/
9 9
10 # 打包输出文件夹名称 10 # 打包输出文件夹名称
11 -VITE_OUTDIR = front 11 +VITE_OUTDIR = bieyuan
12 12
13 # 是否开启调试 13 # 是否开启调试
14 VITE_CONSOLE = 0 14 VITE_CONSOLE = 0
......
1 +###
2 + # @Date: 2023-08-24 15:30:45
3 + # @LastEditors: hookehuyr hookehuyr@gmail.com
4 + # @LastEditTime: 2023-08-24 16:02:52
5 + # @FilePath: /bieyuan/.env.production
6 + # @Description: 文件描述
7 +###
1 # 资源公共路径 8 # 资源公共路径
2 -VITE_BASE = /f/bieyuan/front/ 9 +VITE_BASE = /f/bieyuan/
3 10
4 # 测试open-id 11 # 测试open-id
5 VITE_APP_OPENID = 12 VITE_APP_OPENID =
......
...@@ -13,3 +13,4 @@ src/test/mocha/test.js ...@@ -13,3 +13,4 @@ src/test/mocha/test.js
13 cypress.json 13 cypress.json
14 src/test 14 src/test
15 .idea 15 .idea
16 +bieyuan
......
...@@ -7,25 +7,15 @@ export {} ...@@ -7,25 +7,15 @@ export {}
7 7
8 declare module '@vue/runtime-core' { 8 declare module '@vue/runtime-core' {
9 export interface GlobalComponents { 9 export interface GlobalComponents {
10 - MyComponent: typeof import('./src/components/SignField/MyComponent.vue')['default']
11 RouterLink: typeof import('vue-router')['RouterLink'] 10 RouterLink: typeof import('vue-router')['RouterLink']
12 RouterView: typeof import('vue-router')['RouterView'] 11 RouterView: typeof import('vue-router')['RouterView']
13 - SignField: typeof import('./src/components/SignField/index.vue')['default']
14 VanButton: typeof import('vant/es')['Button'] 12 VanButton: typeof import('vant/es')['Button']
15 VanCalendar: typeof import('vant/es')['Calendar'] 13 VanCalendar: typeof import('vant/es')['Calendar']
16 - VanCellGroup: typeof import('vant/es')['CellGroup']
17 - VanCheckbox: typeof import('vant/es')['Checkbox']
18 - VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup']
19 VanCol: typeof import('vant/es')['Col'] 14 VanCol: typeof import('vant/es')['Col']
20 - VanConfigProvider: typeof import('vant/es')['ConfigProvider']
21 VanDialog: typeof import('vant/es')['Dialog'] 15 VanDialog: typeof import('vant/es')['Dialog']
22 - VanDivider: typeof import('vant/es')['Divider']
23 VanField: typeof import('vant/es')['Field'] 16 VanField: typeof import('vant/es')['Field']
24 VanForm: typeof import('vant/es')['Form'] 17 VanForm: typeof import('vant/es')['Form']
25 VanIcon: typeof import('vant/es')['Icon'] 18 VanIcon: typeof import('vant/es')['Icon']
26 - VanImage: typeof import('vant/es')['Image']
27 - VanLoading: typeof import('vant/es')['Loading']
28 - VanOverlay: typeof import('vant/es')['Overlay']
29 VanRadio: typeof import('vant/es')['Radio'] 19 VanRadio: typeof import('vant/es')['Radio']
30 VanRadioGroup: typeof import('vant/es')['RadioGroup'] 20 VanRadioGroup: typeof import('vant/es')['RadioGroup']
31 VanRow: typeof import('vant/es')['Row'] 21 VanRow: typeof import('vant/es')['Row']
......
...@@ -37,4 +37,4 @@ git commit -m '前端网页更新' ...@@ -37,4 +37,4 @@ git commit -m '前端网页更新'
37 git push 37 git push
38 38
39 # 更新SSH服务器上文件 39 # 更新SSH服务器上文件
40 -# ssh -p 22 itomix@ipadbiz.cn 'cd /opt/expert && git pull origin expert_test' 40 +ssh -p 22 itomix@ipadbiz.cn 'cd /opt/space-dev/ && git pull origin develop'
......